From c2532b67695d29b8a111d9a37eaa4e6c086d05af Mon Sep 17 00:00:00 2001 From: Simon Davis Date: Wed, 21 Oct 2020 12:39:22 -0700 Subject: [PATCH] Update CHANGELOG.md for #15687 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a017ae287452..f8efaef78495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ENHANCEMENTS * resource/aws_network_interface: Add `ipv6_addresses` and `ipv6_address_count` arguments [GH-12281] * resource/aws_cloudwatch_event_target: Add validation to `input_transformer.input_paths` map [GH-15669] +* resource/aws_fsx_lustre_file_system: Add `copy_tags_to_backups` support [GH-15687] * resource/aws_fsx_lustre_file_system: Increased maximum `automatic_backup_retention_days` from 35 to 90 [GH-15641] * resource/aws_fsx_windows_file_system: Increased maximum `automatic_backup_retention_days` from 35 to 90 [GH-15641] * resource/aws_glue_catalog_table: add validation checks for resource properties [GH-12523]