From 7360cf43499d0633f07e877bb773b4da9861aef4 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 6 Sep 2017 12:44:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2d114101..9c569350f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ IMPROVEMENTS: BUG FIXES: * backend/consul: fix crash during consul backend initialization [GH-15976] +* backend/azurerm: ensure that blob storage metadata is preserved when updating state blobs, to avoid losing track of lock metadata [GH-16015] * config: local values now work properly in resource `count` and in modules with more than one `.tf` file [GH-15995] [GH-15982] * cli: removed some inconsistencies in how data sources are counted and tallied in plan vs. apply and apply vs. destroy. In particular, data sources are no longer incorrectly counted as destroyed in `terraform destroy` [GH-15884]