Skip to content

Commit

Permalink
Update CHANGELOG for #7697
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Feb 27, 2019
1 parent 56ef797 commit 47e464f
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]
* data-source/aws_region: Remove deprecated `current` argument [GH-7697]
* resource/aws_api_gateway_api_key: Remove deprecated `stage_key` configuration block [GH-7698]
* resource/aws_api_gateway_integration: Remove deprecated `request_parameters_in_json` argument (replaced with `request_parameters` argument) [GH-7699]
* resource/aws_api-gateway_integration_response: Remove deprecated `response_parameters_in_json` argument (replaced with `response_parameters` argument) [GH-7700]
Expand Down

0 comments on commit 47e464f

Please sign in to comment.