From 0ef6d3c1e852221ca0040788d4fd2e8f04aa718c Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 20 Mar 2018 08:34:30 -0400 Subject: [PATCH] Update CHANGELOG for #3767 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01138aa372e4..938ddc1c879d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ENHANCEMENTS: * provider: Treat IAM policies with account ID principals as equivalent to IAM account root ARN [GH-3832] * 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_emr_cluster: Add step support [GH-3673] * resource/aws_instance: Support optionally fetching encrypted Windows password data [GH-2219]