From 3f80a27b9064001a815a31b225da68ea14804064 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 29 Sep 2014 16:02:06 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 300b8af27..5253d644c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ FEATURES: 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. + * `terraform apply MODULE` can be used as a shorthand to quickly build + infrastructure from a module. * 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 automatically upgraded.