opentofu/builtin/providers
Paul Stack 38cd7947b6 provider/aws: Fix the validateFunc of aws_elasticache_replication_group (#9918)
Fixes #9895

The replication_group_id should allow length to be max of 20 not 16

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestResourceAWSElastiCacheReplicationGroupIdValidation'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/11/07 16:17:52 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestResourceAWSElastiCacheReplicationGroupIdValidation -timeout
120m
=== RUN   TestResourceAWSElastiCacheReplicationGroupIdValidation
--- PASS: TestResourceAWSElastiCacheReplicationGroupIdValidation (0.00s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws0.032s
```
2016-11-07 21:02:00 +00:00
..
archive provider/archive: Converting to datasource. (#8492) 2016-10-25 15:59:06 +01:00
atlas Add VersionString 2016-07-21 16:43:49 -04:00
aws provider/aws: Fix the validateFunc of aws_elasticache_replication_group (#9918) 2016-11-07 21:02:00 +00:00
azure provider/azure: add custom_data argument for azure_instance resource (#8158) 2016-08-14 11:02:49 +01:00
azurerm provider/azurerm: EventHubs (#9889) 2016-11-07 10:19:59 +00:00
bitbucket provider/bitbucket: Remove unnecessary casts. 2016-09-22 17:35:03 +10:00
chef provider/chef: Fix go vet issues 2016-02-18 09:42:00 -08:00
clc [clc] add missing ForceNew on several fields 2016-05-11 11:39:35 -07:00
cloudflare provider/cloudflare: Add migration for v1 to v4 API libraries (#6969) 2016-06-07 14:29:25 -05:00
cloudstack Adding private gateway and static route resource to cloudstack provider (#9637) 2016-10-27 21:06:39 +02:00
cobbler provider/cobbler: acc tests TF and script tweaks 2016-04-16 08:55:45 -05:00
consul Fixes for consul_service resource (#9366) 2016-10-26 13:07:00 +01:00
datadog provider/datadog: Reduce diff on thresholds 2016-10-20 10:22:24 -05:00
digitalocean provider/digitalocean: Ingore resize_disk on the import DO droplet tests 2016-10-25 11:40:56 +01:00
dme provider/dme: Add support for gtdLocation 2016-01-20 20:23:29 -05:00
dnsimple
docker provider/docker: Fixes for docker_container host object and documentation (#9367) 2016-10-27 10:54:05 +01:00
dyn
fastly Minor typos 2016-09-01 11:30:55 +01:00
github provider/github: github_repository resource 2016-10-13 08:04:17 -07:00
google Search configured project image families (#9243) 2016-11-01 21:00:12 +00:00
grafana Grafana Provider, with Data Source and Dashboard resources (#6206) 2016-05-20 10:20:17 +01:00
heroku builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
influxdb Improve influxdb provider (#7333) 2016-08-05 16:27:03 +10:00
librato provider/librato: Randomize the test case names as dangling resources were causing failures 2016-09-22 12:43:06 +01:00
logentries provider/logentries: Implementing logentries provider (#7067) 2016-07-12 14:14:39 +01:00
mailgun builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
mysql use hashicorp/go-version to parse mysql server version 2016-08-31 10:50:08 +02:00
null provider/null: null_data_source data source 2016-05-14 08:26:37 -07:00
openstack provider/openstack: Add 'value_specs' option to 'openstack_fw_firewall_v1' resource 2016-11-05 10:17:33 +00:00
packet provider/packet: Restructure the Packet Volume test to no longer rely on environment variables 2016-08-15 08:38:43 +01:00
pagerduty Remove the unnecessary use of &schema.Schema 2016-10-24 16:43:53 +02:00
postgresql provider/postgresql: Fixing up the PG Extension test 2016-11-03 12:06:51 +00:00
powerdns provider/powerdns: Add support for PowerDNS 4 API (#7819) 2016-07-28 17:01:06 +01:00
rabbitmq Fix vet issues 2016-10-18 11:11:12 -04:00
random provider/random: Separate read from create 2016-11-06 17:05:11 -06:00
rundeck Only refresh project name if Rundeck server provides it. 2015-12-13 17:38:08 -08:00
scaleway provider/scaleway: fix scaleway_image datasource returning unknown images (#9899) 2016-11-05 11:37:02 +00:00
softlayer Added softlayer virtual guest and ssh keys functionality: 2016-05-03 15:58:58 -05:00
statuscake enable contact-group id in statuscake test 2016-08-23 14:43:31 +00:00
template Remove sthulb/mine/multipart 2016-11-04 11:23:21 +00:00
terraform state/remote: Officially Support local backend 2016-09-03 15:42:40 -07:00
test provider/test: Add test of data source count.index 2016-09-03 13:58:30 -07:00
tls Restore tls_cert_request to being a managed resource 2016-09-24 12:22:07 -07:00
triton provider/triton: Id trying to be used before being set 2016-08-30 23:19:04 +01:00
ultradns UltraDNS Provider 2016-03-20 12:10:59 -05:00
vcd builtin: Refactor resource.Retry to clarify return 2016-03-09 17:37:56 -06:00
vsphere Adding 'detach_unknown_disks_on_delete' flag for VM resource 2016-09-26 18:16:02 -07:00