From 695bd6d2c894513d78b1896a265c46939fdc68df Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 9 Nov 2016 15:14:33 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23434adc4..901de00ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ BACKWARDS INCOMPATIBILITIES / NOTES: FEATURES: * **New provider:** `vault` [GH-9158] + * The `import` command will now read provider configuration from Terraform + configuration files (including loading tfvars files and so on). [GH-9809] * Providers and resources are now notified by Terraform core to "stop" when an interrupt is received, allowing resources to gracefully exit much, much faster. [GH-9607]