terraform-community-modules / tf_aws_vpc

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-vpc
Other
210 stars 203 forks source link

Add create_before_destroy to subnets to deal with terraform bug #25

Closed evanstachowiak closed 7 years ago

evanstachowiak commented 8 years ago

There is an issue when modifying autoscaling groups that the subnets must have create_before_destroy = "true" set. See this bug: https://github.com/hashicorp/terraform/issues/2359

cemo commented 7 years ago

You can close this as it is already fixed in the terraform tracker.