From e8023941ef32db582be30ac758b7b1bbd99a0262 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Sun, 16 Apr 2017 23:31:29 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9da72124..deac7d31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ BUG FIXES: * provider/aws: Use mutex & retry for WAF change operations [GH-13656] * provider/aws: Remove aws_vpc_dhcp_options if not found [GH-13610] * provider/aws: Remove aws_network_acl_rule if not found [GH-13608] + * provider/aws: Allow GovCloud KMS ARNs to pass validation in `kms_key_id` attributes [GH-13699] * provider/azurerm: azurerm_redis_cache resource missing hostname [GH-13650] * provider/google: Stop setting the id when project creation fails [GH-13644] * provider/newrelic: newrelic_alert_condition - `condition_scope` must be `application` or `instance` [GH-12972]