From 5963671cc92c69b2ee82eb313e133b70d15d99fd Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Wed, 17 Aug 2016 07:10:59 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e28f9978..b245b4123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,8 @@ IMPROVEMENTS * provider/aws: Add ability to set Storage Class in `aws_s3_bucket_object` [GH-8174] * provider/aws: Treat `aws_lambda_function` w/ empty `subnet_ids` & `security_groups_ids` in `vpc_config` as VPC-disabled function [GH-6191] * provider/aws: Allow `source_ids` in `aws_db_event_subscription` to be Updatable [GH-7892] - * provider/aws: Make EFS Mount Target creation fail for 2+ targets per AZ [GH-8205] + * provider/aws: Make `aws_efs_mount_target` creation fail for 2+ targets per AZ [GH-8205] + * provider/aws: Add `force_destroy` option to `aws_route53_zone` [GH-8239] * 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]