Skip to content

Commit ae4d0e1

Browse files
committed
Revert "bump cloud sql module to include deletion_protection var"
This reverts commit 9952375.
1 parent c37ad10 commit ae4d0e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@ module "iam" {
2828
}
2929

3030
module "cloud_sql" {
31-
source = "git::[email protected]:Datatamer/terraform-gcp-tamr-cloud-sql.git?ref=v4.6.0"
31+
source = "git::[email protected]:Datatamer/terraform-gcp-tamr-cloud-sql.git?ref=v2.1.0"
3232
name = var.deployment_name
3333

3434
project_id = var.project_id
3535
labels = var.labels
3636
region = var.region
3737

38-
deletion_protection = local.deletion_protection
39-
4038
cloud_sql_viewer_members = local.read_users
4139
cloud_sql_client_members = local.admin_users
4240

0 commit comments

Comments
 (0)