From fe6fff3a206942055aac2e13d268bc7c2e99e689 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Sun, 8 May 2016 19:56:33 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426e72040..913cd9933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ BUG FIXES: * provider/aws: validate `cluster_id` length for `aws_elasticache_cluster` [GH-6330] * provider/azure: `ssh_keys` can now be set for `azurerm_virtual_machine` resources, allowing provisioning [GH-6541] * provider/azurerm: Fix issue that updating `azurerm_virtual_machine` was failing due to empty adminPassword [GH-6528] + * provider/azurerm: `storage_data_disk` settings now work correctly on `azurerm_virtual_machine` resources [GH-6543] * provider/cloudflare: can manage apex records [GH-6449] * provider/cloudflare: won't refresh with incorrect record if names match [GH-6449] * provider/datadog: `notify_no_data` and `no_data_timeframe` are set correctly for `datadog_monitor` resources [GH-6509]