mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 08:12:27 -05:00
Add a null_resource with prevent_destroy to Sandbox
This commit is contained in:
@@ -6,6 +6,13 @@ locals {
|
||||
recursive_delete = true # deprecated, still used in shared modules
|
||||
}
|
||||
|
||||
resource "null_resource" "prevent_destroy" {
|
||||
|
||||
lifecycle {
|
||||
prevent_destroy = false
|
||||
}
|
||||
}
|
||||
|
||||
module "database" {
|
||||
source = "github.com/GSA-TTS/terraform-cloudgov//database?ref=v1.0.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user