Document failure behavior for `import` command.
- Remove link to issue 11835.
This commit is contained in:
parent
1069aab47a
commit
fc3782f051
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue