Update CHANGELOG.md
This commit is contained in:
parent
6062d592df
commit
3ea39af6f4
|
@ -1,6 +1,7 @@
|
||||||
## 0.7.3 (Unreleased)
|
## 0.7.3 (Unreleased)
|
||||||
|
|
||||||
BACKWARDS INCOMPATIBILITIES / NOTES:
|
BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||||
|
* Terraform now validates the uniqueness of variable and output names in your configuraitons. In prior versions certain ways of duplicating variable names would work. This is now a configuration error (and should've always been). If you get an error running Terraform you may need to remove the duplicates.
|
||||||
* The internal structure of `.terraform/modules` changed slightly. For configurations with modules, you'll need to run `terraform get` again.
|
* The internal structure of `.terraform/modules` changed slightly. For configurations with modules, you'll need to run `terraform get` again.
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
Loading…
Reference in New Issue