From b5dad8b0387d0c7a39100f14661e5a634b236ba4 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 25 Oct 2016 14:26:04 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c53bbedfe..4e80a00f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ IMPROVEMENTS: * provider/aws: No longer require `route_table_ids` list in `aws_vpc_endpoint` resources [GH-9357] * provider/aws: Allow `description` in `aws_redshift_subnet_group` to be modified [GH-9515] * provider/aws: Add tagging support to aws_redshift_subnet_group [GH-9504] + * provider/aws: Add validation to IAM User and Group Name [GH-9584] * provider/azurerm: add account_kind and access_tier to storage_account [GH-9408] * provider/azurerm: write load_balanacer attributes to network_interface_card hash [GH-9207] * provider/digitalocean: Allow resizing DigitalOcean Droplets without increasing disk size. [GH-9573]