diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4371384c4..1256f0f2ea7 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_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]