From 921fde976a16c5ccd7294794e3e4a6dda56baa22 Mon Sep 17 00:00:00 2001 From: Simon Davis Date: Wed, 23 Sep 2020 09:29:25 -0700 Subject: [PATCH] Update CHANGELOG for #15250 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf2c53b1aff..806c742eba0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,10 @@ FEATURES ENHANCEMENTS -* resource/aws_fsx_lustre_file_system - add support for backup retention [GH-14446] +* resource/aws_apigatewayv2_api: Add `disable_execute_api_endpoint` attribute [GH-15250] * resource/aws_glue_job - add `non_overridable_arguments` argument [GH-14793] * data-source/aws_lb: Add `customer_owned_ipv4_pool` and `subnet_mapping` `outpost_id` attributes [GH-15170] +* resource/aws_fsx_lustre_file_system - add support for backup retention [GH-14446] * resource/aws_fsx_lustre_file_system: Add `kms_key_id` argument [GH-15057] * resource/aws_fsx_lustre_file_system: Add `mount_name` argument [GH-14313] * resource/aws_lb: Add `customer_owned_ipv4_pool` argument and `subnet_mapping` `outpost_id` attribute [GH-15170]