From b5a44dec584a0ec0024820f4cb7d29fcb174ed29 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Fri, 19 Aug 2016 11:21:21 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f885482e..308dd41962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ IMPROVEMENTS * provider/aws: Add `force_destroy` option to `aws_route53_zone` [GH-8239] * provider/aws: Support import of `aws_s3_bucket` [GH-8262] * provider/aws: Increase timeout for retrying creation of IAM role [GH-7733] + * provider/aws: Add ability to set peering options in aws_vpc_peering_connection. [GH-8310] * provider/azure: add custom_data argument for azure_instance resource [GH-8158] * provider/azurerm: Adds support for uploading blobs to azure storage from local source [GH-7994] * provider/azurerm: Storage blob contents can be copied from an existing blob [GH-8126]