From 9382fc343bb448b128d15b8777b0fddca808d804 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 29 Jan 2020 09:16:46 -0500 Subject: [PATCH] Update CHANGELOG for #8234 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8321846e50e..ecb98982eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ENHANCEMENTS: * data-source/aws_efs_file_system: Add `lifecycle_policy`, `provisioned_throughput_in_mibps`, and `throughput_mode` attributes [GH-11647] * resource/aws_elasticsearch_domain: Add `domain_endpoint_options` configuration block (support enforcing HTTPS) [GH-10430] +* resource/aws_gamelift_fleet: Add `fleet_type` argument (support Spot Fleets) [GH-8234] * resource/aws_ssm_maintenance_window: Add `description` argument [GH-11478] BUG FIXES: