Skip to content

Commit cae77ed

Browse files
authored
Merge branch 'main' into bug-389579525
2 parents 35409c5 + 5a12956 commit cae77ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ locals {
2525
module "projects" {
2626
count = local.num_projects
2727
source = "terraform-google-modules/project-factory/google"
28-
version = "~> 17.0"
28+
version = "~> 18.0"
2929

3030
name = "ci-tf-samples-${count.index}"
3131
random_project_id = true

0 commit comments

Comments
 (0)