Skip to content

Commit c8412da

Browse files
authored
Merge branch 'main' into renovate/go-modules-andor-dev-tools
2 parents 90aa1e5 + 18c5d25 commit c8412da

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 = "~> 16.0"
28+
version = "~> 17.0"
2929

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

0 commit comments

Comments
 (0)