diff --git a/CHANGELOG.md b/CHANGELOG.md index e597cb1b1f26..430c3113dacd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ENHANCEMENTS: * data-source/aws_launch_configuration: Add `arn` attribute [GH-11416] +* resource/aws_api_gateway_authorizer: Support resource import [GH-11436] +* resource/aws_api_gateway_authorizer: Add plan time validation for `provider_arns` argument [GH-11436] * resource/aws_batch_compute_environment: Add `compute_environment_name_prefix` argument and make `compute_enviroment_name` argument optional (support full name generation) [GH-10682] * resource/aws_batch_compute_environment: Add `compute_resources` configuration block `allocation_strategy` argument [GH-10894] * resource/aws_cloudformation_stack: Prevent difference with `Transform` templates showing processed template (support SAM templates) [GH-9006]