Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-05-20 10:10:42 +01:00
parent 689cfc97c1
commit 3de2ab0437
1 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,9 @@ BUG FIXES:
## 0.6.15 (April 22, 2016)
BACKWARDS INCOMPATIBILITIES / NOTES:
* `aws_instance` - if you still use `security_groups` field for SG IDs - i.e. inside VPC, this will generate diffs during `plan` and `apply` will **recreate** the resource. Terraform expects IDs (VPC SGs) inside `vpc_security_group_ids`.
FEATURES:
* **New command:** `terraform fmt` to automatically normalize config file style ([#4955](https://github.com/hashicorp/terraform/issues/4955))