mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Make value of prevent_destroy match recursive_delete
This commit is contained in:
@@ -9,7 +9,7 @@ locals {
|
|||||||
resource "null_resource" "prevent_destroy" {
|
resource "null_resource" "prevent_destroy" {
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
prevent_destroy = true
|
prevent_destroy = false # destrying staging is allowed
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user