From 34e2b99c366144ab6dd7bc438b6dd99ed46dea99 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 15 Mar 2019 13:58:22 +0100 Subject: [PATCH] Updating to include #3048 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f1d4597c52..c6b0d0d1bd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ IMPROVEMENTS: +* `azurerm_app_service` - support for migrating between App Service Plans [GH-3048] * `azurerm_app_service` - support for additional types for the `scm_type` field in the `site_config` block [GH-3019] * `azurerm_app_service_slot` - support for additional types for the `scm_type` field in the `site_config` block [GH-3019] * `azurerm_function_app` - exporting `possible_outbound_ip_addresses` [GH-3043]