Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-11-21 09:23:32 -08:00 committed by GitHub
parent 7cf782c1bf
commit 4f7dcf346f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ NEW FEATURES:
* lang/funcs: Add `trim*` functions
ENHANCEMENTS:
* core: The upgrade logic for moving from the Terraform 0.11 to the Terraform 0.12 state snapshot format (internally, format version 3 to version 4) will now tolerate and ignore dependencies with invalid addresses, which tend to be left behind when following the `terraform 0.11checklist` directive to rename resources whose names start with digits prior to upgrading to Terraform 0.12. This should allow upgrading the state for a configuration that in the past had digit-prefixed resource names, once those names have been fixed in the configuration and state using the instructions given by `terraform 0.11checklist` in Terraform 0.11.14. [GH-23443]
## 0.12.16 (November 18, 2019)
BUG FIXES: