From c177b90cee805e863a8496618faf1587bc4e2474 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 22 Apr 2015 15:52:28 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac3ad7d6d..fd1b804ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ FEATURES: * **Multi-provider (a.k.a multi-region)**: Multiple instances of a single provider can be configured so resources can apply to different settings. As an example, this allows Terraform to manage multiple regions with AWS. + * **Environmental variables to set variables**: Environment variables can be + used to set variables. The environment variables must be in the format + `TF_VAR_name` and this will be checked last for a value. IMPROVEMENTS: