terraform/builtin/providers
Paul Stack 1d350ed5ef provider/aws: Adding support for ipv6 to aws_subnets needs migration (#13876)
Fixes: #13829

When IPv6 support was added to subnets, we added a new parameter that
had a default value. This means that users are experiencing unexpected
changes in their configuration

We need a schema migration in place to make sure this isn't the case for
the users who have not upgraded yet

```
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/23 10:36:43 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAWSSubnetMigrateState -timeout 120m
=== RUN   TestAWSSubnetMigrateState
2017/04/23 10:37:27 [INFO] Found AWS Subnet State v0; migrating to v1
2017/04/23 10:37:27 [DEBUG] Attributes before migration: map[string]string{}
2017/04/23 10:37:27 [DEBUG] Attributes after migration: map[string]string{"assign_ipv6_address_on_creation":"false"}
--- PASS: TestAWSSubnetMigrateState (0.00s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	0.021s
```
2017-04-24 18:20:32 +01:00
..
alicloud provider/alicloud: Add new resource ESS, including scalinggroup scalingconfiguration scalingrule and schedule (#13731) 2017-04-18 15:18:57 +03:00
archive
arukas
atlas
aws provider/aws: Adding support for ipv6 to aws_subnets needs migration (#13876) 2017-04-24 18:20:32 +01:00
azure
azurerm Comment explaning why we can have deleted resources in the state 2017-04-24 15:35:59 +01:00
bitbucket
chef
circonus
clc
cloudflare
cloudstack
cobbler
consul
datadog
digitalocean provider/digitalocean: Improve test coverage for droplet pricing (#13868) 2017-04-23 04:55:08 +03:00
dme
dns provider/dns: update hard-coded DNS result in acctests 2017-04-07 17:04:55 -07:00
dnsimple provider/dnsimple: Handle 404 on DNSimple records (#13131) 2017-04-12 20:49:04 +02:00
docker
dyn
external
fastly provider/fastly: GCS (#13553) 2017-04-21 19:44:25 +03:00
github Clears branch protection from state only if error is an HTTP 404 (#13887) 2017-04-24 18:19:27 +01:00
google provider/google: Make ports in resource_compute_forwarding_rule ForceNew (#13833) 2017-04-21 20:47:02 +03:00
grafana
heroku
icinga2
ignition ignition_filesystem: explicit option to create the filesystem (Fix #12152) (#12980) 2017-03-23 11:02:54 +02:00
influxdb
kubernetes provider/kubernetes: Add support for persistent_volume_claim (#13527) 2017-04-12 08:33:26 +01:00
librato
local provider/local: Implement a new local_file resource 2017-04-13 14:57:29 -07:00
logentries provider/logentries: Refresh from state when resources not found (#13810) 2017-04-20 21:38:37 +03:00
mailgun
mysql
newrelic Update go-newrelic vendor and use new field (#13158) 2017-04-17 01:59:11 +03:00
nomad
ns1 provider/ns1: record documentation improvements (#13786) 2017-04-21 12:38:05 +03:00
null
oneandone Provider Oneandone (#13633) 2017-04-21 17:19:10 +03:00
opc provider/opc: Fix Instance Label / Update Docs 2017-04-21 10:09:26 -04:00
openstack provider/openstack: Ignore fixed_ip when importing ports (#13563) 2017-04-17 01:36:15 +03:00
opsgenie provider/opsgenie: Descriptions for Teams (#11391) 2017-01-29 15:52:23 +00:00
packet
pagerduty
postgresql
powerdns
profitbricks
rabbitmq provider/rabbitmq: Add test for binding properties_key (#13797) 2017-04-21 20:01:46 +03:00
rancher
random
rundeck Improving Rundeck provider: scheduler (#9449) 2016-12-13 12:00:53 +00:00
scaleway provider/scaleway: improve schema resources (#13522) 2017-04-11 11:10:45 +03:00
softlayer
spotinst
statuscake Add support for StatusCake trigger rate 2017-04-10 15:38:26 +03:00
template Fix invalid MIME formatting in multipart cloudinit userdata (#13752) 2017-04-21 08:30:09 +02:00
terraform
test
tls
triton Fixes TestAccTritonMachine_addNIC and TestAccTritonMachine_nic 2017-04-11 15:10:13 -06:00
ultradns resourceUltradnsRdpoolRead set rdata 2017-04-18 15:08:18 +00:00
vault Merge #11776: Optionally allow vault_generic_secret resource to detect drift 2017-04-17 11:14:02 -07:00
vcd
vsphere