Skip to content

Commit 5c22e44

Browse files
committed
Turning module more agnostic
1 parent e399016 commit 5c22e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/schemas/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ resource "postgresql_schema" "schema" {
66
if_not_exists = var.if_not_exists
77

88
lifecycle {
9-
prevent_destroy = true
9+
prevent_destroy = false
1010
}
1111
}

0 commit comments

Comments
 (0)