We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f911182 commit 410e540Copy full SHA for 410e540
main.tf
@@ -31,6 +31,8 @@ module "cloud_sql" {
31
source = "git::[email protected]:skalish/terraform-gcp-tamr-cloud-sql.git?ref=remove-for-each"
32
name = var.deployment_name
33
34
+ deletion_protection = local.deletion_protection
35
+
36
project_id = var.project_id
37
labels = var.labels
38
region = var.region
0 commit comments