Document failure behavior for `import` command.

- Remove link to issue 11835.
This commit is contained in:
protondonor 2017-07-21 20:35:11 -07:00 committed by Martin Atkins
parent 1069aab47a
commit fc3782f051
1 changed files with 2 additions and 1 deletions

View File

@ -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: