From d849f0e9e00db1c4dd143ac366e39791d6ecc1a2 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 3 May 2017 08:07:08 +0100 Subject: [PATCH] Updating to include #13670 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc23b205c..41f5c90b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ IMPROVEMENTS: * provider/aws: Add support for IAMDatabaseAuthenticationEnabled [GH-14092] * provider/aws: aws_dynamodb_table Add support for TimeToLive [GH-14104] * provider/aws: Add `security_configuration` support to `aws_emr_cluster` [GH-14133] +* provider/azurerm: `azurerm_template_deployment` now supports String/Int/Boolean outputs [GH-13670] * provider/azurerm: Expose the Private IP Address for a Load Balancer, if available [GH-13965] * provider/dnsimple: Add support for import for dnsimple_records [GH-9130] * provider/google: Add support for networkIP in compute instance templates [GH-13515]