From fc3782f051500feb4b3d7a831a51223c5c28b76e Mon Sep 17 00:00:00 2001 From: protondonor Date: Fri, 21 Jul 2017 20:35:11 -0700 Subject: [PATCH] Document failure behavior for `import` command. - Remove link to issue 11835. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef39099a2..6f0fa2a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,8 @@ BACKWARDS INCOMPATIBILITIES / NOTES: only and is not intended for routine use. * The `import` command requires that imported resources be specified in the configuration file. Previously, users were encouraged to import a resource and _then_ write the configuration block for it. This creates the risk that users could import a resource and - subsequently create no configuration for it, which results in Terraform deleting the resource. ([#11835](https://github.com/hashicorp/terraform/issues/11835)) + subsequently create no configuration for it, which results in Terraform deleting the resource. If the imported resource is not + present in the configuration file, the `import` command will fail. IMPROVEMENTS: