From 3f632df2855057a082c31d602b76e4ec4c595039 Mon Sep 17 00:00:00 2001 From: WS <20408400+WodansSon@users.noreply.github.com> Date: Sun, 25 Oct 2020 00:27:44 -0700 Subject: [PATCH] Updating to include #8610 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a790468eb4b1..6551a063d869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ FEATURES: BUG FIXES: * `azurerm_api_management_api` - ensure `subscription_required` defaults to the more secure `true` value as well revery to `v2.15` and lower's behaviour [GH-7963] +* `azurerm_cdn_endpoint` - disable persisting default value for `is_compression_enabled` to state file [GH-8610] * `azurerm_databricks_workspace` correctly validate the `name` property [GH-8997] * `azurerm_log_analytics_workspace` - support for the `daily_quota_gb` property [GH-8861] * `azurerm_key_vault` - prevent unwanted diff due to inconsistent casing for the `sku_name` property [GH-8983]