From bf529839a8d53be3279678a30fdc2e1dcd916ebc Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 4 Jan 2017 16:34:08 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e628fb45..ed56dc9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ BUG FIXES: * provider/aws: Fix the normalization of AWS policy statements [GH-11009] * provider/aws: data_source_aws_iam_server_certificate latest should be bool not string causes panic [GH-11016] * provider/aws: Fix typo in aws_redshift_cluster causing security groups to not allow update [GH-11025] + * provider/aws: Set `key_name` in `aws_key_pair` if omited in configuration [GH-10987] * provider/google: Fix backwards incompatibility around create_timeout in instances [GH-10858] * provider/openstack: Handle `PENDING_UPDATE` status with LBaaS v2 members [GH-10875] * provider/rancher: Add 'finishing-upgrade' state to rancher stack [GH-11019]