From 61fe3b2891d2f86405b2630b9639a8e4f85389b3 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 21 Mar 2018 14:51:20 -0400 Subject: [PATCH] Update CHANGELOG for #3857 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b446ea9b38..2600f432f1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ ENHANCEMENTS: * provider: Treat additional IAM policy scenarios with empty principal trees as equivalent [GH-3832] * resource/aws_cloudfront_distribution: Validate origin `domain_name` and `origin_id` at plan time [GH-3767] * resource/aws_eip: Support configurable timeouts [GH-3769] +* resource/aws_elasticache_cluster: Support plan time validation of az_mode [GH-3857] +* resource/aws_elasticache_cluster: Support plan time validation of node_type requiring VPC for cache.t2 instances [GH-3857] +* resource/aws_elasticache_cluster: Support plan time validation of num_cache_nodes > 1 for redis [GH-3857] +* resource/aws_elasticache_cluster: ForceNew on node_type changes for memcached engine [GH-3857] +* resource/aws_elasticache_cluster: ForceNew on engine_version downgrades [GH-3857] * resource/aws_emr_cluster: Add step support [GH-3673] * resource/aws_instance: Support optionally fetching encrypted Windows password data [GH-2219] * resource/aws_launch_configuration: Validate `user_data` length during plan [GH-2973]