From 466968456b7244bf081d4abdc336f0b1b7d7fbce Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 18 Sep 2017 11:42:35 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55eaca65..325546eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## 0.10.6 (Unreleased) +IMPROVEMENTS: +* cli: `terraform import` now accepts an option `-allow-missing-config` that overrides the default requirement that a configuration block must already be present for the resource being imported. [GH-15876] ## 0.10.5 (September 14, 2017)