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.
2 parents b1f8165 + 755b3cf commit 73128f7Copy full SHA for 73128f7
main.tf
@@ -28,9 +28,11 @@ module "iam" {
28
}
29
30
module "cloud_sql" {
31
- source = "git::[email protected]:Datatamer/terraform-gcp-tamr-cloud-sql.git?ref=v2.1.0"
+ source = "git::[email protected]:Datatamer/terraform-gcp-tamr-cloud-sql.git?ref=v4.6.1"
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