Skip to content

Commit 1b141ca

Browse files
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v16 (#728)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c210c5 commit 1b141ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/main.tf

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

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

0 commit comments

Comments
 (0)