From 0536474b241ea6975c3b806a0a2a58c7e9d74736 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 13 Jun 2018 12:35:15 -0400 Subject: [PATCH] Add CHANGELOG note for #4741 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019a3fd49d5..62c27ce0dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 1.23.0 (Unreleased) +NOTES: + +* resource/aws_elasticache_cluster: The `availability_zones` argument has been deprecated in favor of a new `preferred_availability_zones` argument to allow specifying the same Availability Zone more than once in larger Memcached clusters that also need to specifically set Availability Zones. The argument is still optional and the API will continue to automatically choose Availability Zones for nodes if not specified. The new argument will also continue to match the APIs required behavior that the length of the list must be the same as `num_cache_nodes`. See the resource documentation for additional details. + FEATURES: * **New Data Source:** `aws_vpcs` [GH-4736]