Skip to content

Commit 85b9d22

Browse files
fix(deps): Update Terraform terraform-google-modules/project-factory/google to 14.4 (#277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64b640d commit 85b9d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data_warehouse/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "project-services" {
1818
source = "terraform-google-modules/project-factory/google//modules/project_services"
19-
version = "14.3"
19+
version = "14.4"
2020
disable_services_on_destroy = false
2121

2222
project_id = var.project_id

0 commit comments

Comments
 (0)