mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 07:03:12 -05:00
Add prevent_destroy to env modules
This commit is contained in:
@@ -6,6 +6,13 @@ locals {
|
||||
recursive_delete = true
|
||||
}
|
||||
|
||||
resource "null_resource" "prevent_destroy" {
|
||||
|
||||
lifecycle {
|
||||
prevent_destroy = false # destroying sandbox is allowed
|
||||
}
|
||||
}
|
||||
|
||||
module "redis-v70" {
|
||||
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user