Merge pull request #17771 from hashicorp/jbardin/cbd-warning

remove old warning care create_before_destroy
This commit is contained in:
James Bardin 2018-04-04 15:19:47 -04:00 committed by GitHub
commit 6c56ac7f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

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