From 3fb138201f298adac0ffcdd804ff711b2c42049c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 7 Apr 2015 17:57:52 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 451e451b8..9343a82ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ BUG FIXES: + * core: module paths in ".terraform" are consistent across different + systems so copying your ".terraform" folder works. [GH-1418] * command/push: don't ask for input if terraform.tfvars is present * command/remote-config: remove spurrious error "nil" when initializing remote state on a new configuration. [GH-1392]