Update CHANGELOG.md
This commit is contained in:
parent
b0485db5f4
commit
1c883b6854
|
@ -3,7 +3,7 @@
|
|||
BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||
|
||||
* Terraform's built-in plugins are now distributed as part of the main Terraform binary, and use the go-plugin framework. Overrides are still available using separate binaries, but will need recompiling against Terraform 0.7.
|
||||
* The `terraform plan` command no longer persists state. This makes the command much safer to run, since it is now side-effect free. The `refresh` and `apply` commands still persist state to local and remote storage. Any automation that assumes that `terraform plan` persists state will need to be reworked to explicitly call `terraform refresh` to get the equivalent side-effect.
|
||||
* The `terraform plan` command no longer persists state. This makes the command much safer to run, since it is now side-effect free. The `refresh` and `apply` commands still persist state to local and remote storage. Any automation that assumes that `terraform plan` persists state will need to be reworked to explicitly call `terraform refresh` to get the equivalent side-effect. (The `terraform plan` command no longer has the `-state-out` or `-backup` flags due to this change.)
|
||||
* The `concat()` interpolation function can no longer be used to join strings.
|
||||
* `openstack_networking_subnet_v2` now defaults to turning DHCP on.
|
||||
* `aws_elb` now defaults `cross_zone_load_balancing` to `true`
|
||||
|
|
Loading…
Reference in New Issue