From 68495ed8e61606921679c7ab29376102ec1b84a6 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 15 Aug 2016 17:55:40 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5927565..fc91ed022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ IMPROVEMENTS * provider/aws: Add support for `promotion_tier` to `aws_rds_cluster_instance` [GH-8087] * provider/aws: Allow specifying custom S3 endpoint and enforcing S3 path style URLs via new provider options [GH-7871] * 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/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]