From 0bd8694211ae9264b7cd19d7e1001e0290514314 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 20 Jul 2015 09:36:47 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c4547a0..d7f21b4cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ BUG FIXES: variables. [GH-2788] * core: Orphan modules that contain no resources (only other modules) are properly destroyed up to arbitrary depth [GH-2786] + * core: Fix "attribute not available" during destroy plans in + cases where the parameter is passed between modules [GH-2775] * connection/ssh: fix issue on machines with an SSH Agent available preventing `key_file` from being read without explicitly setting `agent = false` [GH-2615]