Skip to content

Commit

Permalink
Update CHANGELOG for #6299
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Oct 30, 2018
1 parent b92d9b6 commit ca69081
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

NOTES:

* This release will be delayed one week due to HashiConf.
* resource/aws_route53_zone: The `vpc_id` and `vpc_region` arguments have been deprecated in favor of `vpc` configuration block(s). To upgrade, wrap existing `vpc_id` and `vpc_region` arguments with `vpc { ... }`. Since `vpc` is an exclusive set of VPC associations, you may need to define other `vpc` configuration blocks to match the infrastructure, or use lifecycle configuration `ignore_changes` to suppress the plan difference.
* resource/aws_route53_zone_association: Due to the multiple VPC association support now available in the `aws_route53_zone` resource, we recommend removing usage of this resource unless necessary for ordering. To remove this resource from management (without disassociating VPCs), you can use `terraform state rm`. If necessary to keep this resource for ordering, you can use the lifecycle `ignore_changes` in the `aws_route53_zone` resource to suppress plan differences.

FEATURES:

Expand All @@ -24,6 +25,7 @@ ENHANCEMENTS:
* resource/aws_lb_target_group: Improve `name` and `name_prefix` argument plan-time validation [GH-6168]
* resource/aws_secretsmanager_secret: Add `name_prefix` argument [GH-6277]
* resource/aws_secretsmanager_secret: Add plan-time validation for `name` argument [GH-6277]
* resource/aws_route53_zone: Add `vpc` argument, deprecate `vpc_id` and `vpc_region` arguments (support multiple VPC associations) [GH-6299]
* resource/aws_waf_rule: Support resource import [GH-6247]

BUG FIXES:
Expand Down

0 comments on commit ca69081

Please sign in to comment.