This commit is contained in:
John Skiles Skinner
2024-06-18 16:56:44 -07:00
parent c57bdc2eba
commit d84a199170

View File

@@ -9,7 +9,7 @@ locals {
resource "null_resource" "prevent_destroy" {
lifecycle {
prevent_destroy = false # destrying staging is allowed
prevent_destroy = false # destroying staging is allowed
}
}