From c52d3a44ca028d6916ae4cc3851d9ed71175e639 Mon Sep 17 00:00:00 2001 From: changelogbot Date: Thu, 28 Jan 2021 18:21:24 +0000 Subject: [PATCH] Update CHANGELOG.md for #17320 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e774615df..248404a40bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,13 @@ FEATURES: * **New Data Source:** `aws_imagebuilder_image` (https://github.com/hashicorp/terraform-provider-aws/issues/16710) * **New Resource:** `aws_imagebuilder_image` (https://github.com/hashicorp/terraform-provider-aws/issues/16710) +* **New Resource:** `aws_prometheus_workspace` (https://github.com/hashicorp/terraform-provider-aws/issues/16882) ENHANCEMENTS: +* data-source/aws_elasticache_replication_group: Add `multi_az_enabled` argument (https://github.com/hashicorp/terraform-provider-aws/issues/17320) * data-source/aws_vpc_peering_connection: Add `cidr_block_set` and `peer_cidr_block_set` attributes (https://github.com/hashicorp/terraform-provider-aws/issues/13420) +* resource/aws_elasticache_replication_group: Add `multi_az_enabled` argument (https://github.com/hashicorp/terraform-provider-aws/issues/17320) BUG FIXES: