Skip to content

Commit 410e540

Browse files
committed
add deletion protection
1 parent f911182 commit 410e540

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module "cloud_sql" {
3131
source = "git::[email protected]:skalish/terraform-gcp-tamr-cloud-sql.git?ref=remove-for-each"
3232
name = var.deployment_name
3333

34+
deletion_protection = local.deletion_protection
35+
3436
project_id = var.project_id
3537
labels = var.labels
3638
region = var.region

0 commit comments

Comments
 (0)