Skip to content

Commit

Permalink
Update CHANGELOG for #7700
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Feb 27, 2019
1 parent 6462be3 commit 3f5808b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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_api-gateway_integration_response: Remove deprecated `response_parameters_in_json` argument [GH-7700]
* resource/aws_api_gateway_method: Remove deprecated `request_parameters_in_json` argument (replaced with `request_parameters` argument) [GH-7701]
* resource/aws_api_gateway_method_response: Remove deprecated `response_parameters_in_json` argument (replaced with `response_parameters` argument) [GH-7704]
* resource/aws_appautoscaling_policy: Remove deprecated arguments (replaced with `step_scaling_policy_configuration` configuration block) [GH-7706]
Expand Down

0 comments on commit 3f5808b

Please sign in to comment.