Skip to content

Commit 8383bde

Browse files
committed
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18.1.0
1 parent 348e181 commit 8383bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/apis.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Google Cloud Services to enable
2222
module "project_services" {
2323
source = "terraform-google-modules/project-factory/google//modules/project_services"
24-
version = "18.0.0"
24+
version = "18.1.0"
2525
disable_services_on_destroy = false
2626
project_id = var.project_id
2727
enable_apis = var.enable_apis

0 commit comments

Comments
 (0)