update CHANGELOG.md

This commit is contained in:
James Bardin 2019-12-05 18:11:54 -05:00
parent 6817c844bc
commit ebc075226a
1 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,12 @@
## 0.12.18 (Unreleased)
UPGRADE NOTES:
* provisioners: Referencing values outside of a resource's own state is being deprecated for destroy provisioners [GH-23559]
BUG FIXES:
* cli: Allow moving indexed resource instances to new addresses that that don't yet exist in state [GH-23582]
* config: Fixed referencing errors generally involving `for_each` [GH-23475]
* provisioners: The built-in provisioners (`local-exec`, `remote-exec`, `file`, etc) will no longer fail when the `TF_CLI_ARGS` environment variable is set. [GH-17400]