Skip to content

Commit 73128f7

Browse files
authored
MINOR: Merge pull request #9 from Datatamer/bump-cloud-sql-use-count
bump cloud sql version to include for_each -> count fix
2 parents b1f8165 + 755b3cf commit 73128f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ module "iam" {
2828
}
2929

3030
module "cloud_sql" {
31-
source = "git::[email protected]:Datatamer/terraform-gcp-tamr-cloud-sql.git?ref=v2.1.0"
31+
source = "git::[email protected]:Datatamer/terraform-gcp-tamr-cloud-sql.git?ref=v4.6.1"
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)