update CHANGELOG.md
This commit is contained in:
parent
50005ec817
commit
17b9405fa8
|
@ -1,5 +1,12 @@
|
|||
## 0.10.6 (Unreleased)
|
||||
|
||||
UPGRADE NOTES:
|
||||
|
||||
* The internal storage of modules has changed in this release, so after
|
||||
upgrading `terraform init` must be run to re-install modules in the new
|
||||
on-disk format. The existing installed versions of modules will be ignored,
|
||||
so the latest version of each module will be installed.
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* cli: `terraform import` now accepts an option `-allow-missing-config` that overrides the default requirement that a configuration block must already be present for the resource being imported. [GH-15876]
|
||||
|
|
Loading…
Reference in New Issue