Skip to content

Commit

Permalink
Update CHANGELOG for #7706
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Feb 27, 2019
1 parent aa44e8b commit 6a42fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ BREAKING CHANGES:
* data-source/aws_ami_ids: Require `owners` argument [GH-5576]
* data-source/aws_kms_secret: Remove data source (replaced with `aws_kms_secrets` data source) [GH-7657]
* data-source/aws_lambda_function: Returns unqualified (no `:QUALIFIER` or `:VERSION` suffix) value in `arn` attribute by default and qualified (includes `:QUALIFIER` or `:VERSION` suffix) value in `qualified_arn` attribute. Previously the `arn` attribute included `:$LATEST` suffix by default which was not compatible with many other resources. To restore the previous default behavior, set the `qualifier` argument to `$LATEST` and reference the `qualified_arn` attribute. [GH-7663]
* resource/aws_appautoscaling_policy: Remove deprecated arguments (replaced with `step_scaling_policy_configuration` configuration block) [GH-7706]
* resource/aws_autoscaling_policy: Remove deprecated `min_adjustment_step` argument (replaced with `min_adjustment_magnitude` argument) [GH-7707]
* resource/aws_batch_compute_environment: Remove deprecated `ecc_cluster_arn` attribute (replaced with `ecs_cluster_arn` attribute) [GH-7708]
* resource/aws_cloudfront_distribution: Remove deprecated `cache_behaviors` configuration block (replaced with `ordered_cache_behaviors` configuration block) [GH-7710]
Expand All @@ -35,6 +36,7 @@ ENHANCEMENTS:
BUG FIXES:

* data-source/aws_lambda_function: Properly return error for missing function [GH-7663]
* resource/aws_appautoscaling_policy: Properly read `step_scaling_policy_configuration` into Terraform state [GH-7706]
* resource/aws_route53_record: Existing Route 53 Records are no longer silently overwritten during resource creation by default (use `terraform import` or deprecated `allow_overwrite` argument) [GH-7734]
* resource/aws_vpn_connection: Remove configurability of read-only `customer_gateway_configuration`, `routes`, and `vgw_telemetry` attributes [GH-7636]

Expand Down

0 comments on commit 6a42fd7

Please sign in to comment.