From 260066919d1a655b9d1ce65dcb679c84d652f9eb Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Fri, 18 Dec 2020 13:27:36 -0800 Subject: [PATCH] Update CHANGELOG for #16678 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a289ec5024..bc65264c3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ ENHANCEMENTS * data-source/aws_launch_configuration: Add `metadata_options` attribute [GH-14637] * data-source/aws_launch_template: Add `enclave_options` attribute (Nitro Enclaves) [GH-16361] * data-source/aws_network_interface: Add `association` `carrier_ip` and `customer_owned_ip` attributes [GH-16723] +* resource/aws_autoscaling_group: Adds support for Instance Refresh [GH-16678] * resource/aws_eip: Add `carrier_ip` attribute [GH-16724] * resource/aws_instance: Add `enclave_options` configuration block (Nitro Enclaves) [GH-16361] * resource/aws_instance: Add `ebs_block_device` and `root_block_device` configuration block `throughput` attribute [GH-16620]