We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e399016 commit 5c22e44Copy full SHA for 5c22e44
postgres/schemas/main.tf
@@ -6,6 +6,6 @@ resource "postgresql_schema" "schema" {
6
if_not_exists = var.if_not_exists
7
8
lifecycle {
9
- prevent_destroy = true
+ prevent_destroy = false
10
}
11
0 commit comments