We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d4a3e commit 13e50e6Copy full SHA for 13e50e6
1 file changed
website/source/docs/configuration/resources.html.md
@@ -68,6 +68,11 @@ The `lifecycle` block allows the following keys to be set:
68
destruction of a given resource. When this is set to `true`, any plan
69
that includes a destroy of this resource will return an error message.
70
71
+~> **NOTE on create\_before\_destroy and dependencies:** Resources that utilize
72
+the `create_before_destroy` key can only depend on other resources that also
73
+include `create_before_destroy`. Referencing a resource that does not include
74
+`create_before_destroy` will result in a dependency graph cycle.
75
+
76
-------------
77
78
Within a resource, you can optionally have a **connection block**.
0 commit comments