Update CHANGELOG.md

This commit is contained in:
Laurent Commarieu 2016-09-05 16:58:46 +02:00 committed by GitHub
parent cdcff09d99
commit 412850a56b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
## 0.7.3 (September 5, 2016)
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. Done right, this should not affect the behavior of Terraform.
* Terraform now validates the uniqueness of variable and output names in your configurations. 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. Done right, this should not affect the behavior of Terraform.
* The internal structure of `.terraform/modules` changed slightly. For configurations with modules, you'll need to run `terraform get` again.
FEATURES: