Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-09-29 14:13:46 -07:00
parent 5e9b609dac
commit a8c730d7a4
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ FEATURES:
automatically downloads/updates modules for you on request. automatically downloads/updates modules for you on request.
* **New Command: `init`**. This command initializes a Terraform configuration * **New Command: `init`**. This command initializes a Terraform configuration
from an existing Terraform module (also new in 0.3). from an existing Terraform module (also new in 0.3).
* Terraform will ask for user input to fill in required variables and
provider configurations if they aren't set.
* The state file format is now JSON rather than binary. This allows for * The state file format is now JSON rather than binary. This allows for
easier machine and human read/write. Old binary state files will be easier machine and human read/write. Old binary state files will be
automatically upgraded. automatically upgraded.