Skip to content

Commit 5a12956

Browse files
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18 (#803)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f913130 commit 5a12956

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)