remove old warning care create_before_destroy
Create-before-destroy dependencies are automatically ordered correctly by terraform. Remove the old notice about requiring all dependencies to have the same setting for create_before_destroy.
This commit is contained in:
parent
e493407e7e
commit
ff8d02cd25
|
@ -71,11 +71,6 @@ There are **meta-parameters** available to all resources:
|
||||||
example, this can be used to create an new DNS record before removing an old
|
example, this can be used to create an new DNS record before removing an old
|
||||||
record.
|
record.
|
||||||
|
|
||||||
~> Resources that utilize the `create_before_destroy` key can only
|
|
||||||
depend on other resources that also include `create_before_destroy`.
|
|
||||||
Referencing a resource that does not include `create_before_destroy`
|
|
||||||
will result in a dependency graph cycle.
|
|
||||||
|
|
||||||
- `prevent_destroy` (bool) - This flag provides extra protection against the
|
- `prevent_destroy` (bool) - This flag provides extra protection against the
|
||||||
destruction of a given resource. When this is set to `true`, any plan that
|
destruction of a given resource. When this is set to `true`, any plan that
|
||||||
includes a destroy of this resource will return an error message.
|
includes a destroy of this resource will return an error message.
|
||||||
|
|
Loading…
Reference in New Issue