Skip to content

Commit 1ad1ff5

Browse files
committed
fix(deps): Update Terraform terraform-google-modules/project-factory/google to v17.1.0
1 parent 23a1ff8 commit 1ad1ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/deploy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818

1919
module "project-services" {
2020
source = "terraform-google-modules/project-factory/google//modules/project_services"
21-
version = "17.0.0"
21+
version = "17.1.0"
2222
disable_services_on_destroy = false
2323

2424
project_id = var.project_id

0 commit comments

Comments
 (0)