From 366969edd811df1f0b45e1edb1596f67aa7e224a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 28 Jun 2015 22:47:57 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb4ff1a0..d60cbd945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,6 +101,8 @@ BUG FIXES: vars if terraform.tfvars existed [GH-2502] * command/apply: prevent output duplication when reporting errors [GH-2267] * command/apply: destroyed orphan resources are properly counted [GH-2506] + * provider/aws: loading credentials from the environment (vars, EC2 role, + etc.) is more robust and will not ask for credentials from stdin [GH-1841] * provider/aws: fix panic when route has no `cidr_block` [GH-2215] * provider/aws: fix issue preventing destruction of IAM Roles [GH-2177] * provider/aws: fix issue where Security Group Rules could collide and fail