terraform/builtin
Ryan Eschinger e2ee211b7b provider/aws: fix aws_route53_zone force_destroy behavior (#12421)
The conditional to ignore the deletion of NS and SOA records can fail to
match if the hostedZoneName already ends with a ".". When that happens,
terraform tries to delete those records which is not supported by AWS
and results in a 400 bad request. This fixes the conditional so that it
will work whether or not hostedZoneName ends with a ".".

fixes #12407
2017-04-23 11:24:37 +02:00
..
bins Merge pull request #13468 from hashicorp/f-oracle-compute 2017-04-20 14:52:39 -04:00
providers provider/aws: fix aws_route53_zone force_destroy behavior (#12421) 2017-04-23 11:24:37 +02:00
provisioners Make sure we add new Chef-Vault clients as clients (#13525) 2017-04-11 10:36:05 +02:00