diff --git a/CHANGELOG.md b/CHANGELOG.md index 7446894a7b9..612a808ffc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_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] * resource/aws_api_gateway_method: Remove deprecated `request_parameters_in_json` argument (replaced with `request_parameters` argument) [GH-7701]