Skip to content

Commit dc8b93a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/setup/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "project-ci-lb-http" {
1818
source = "terraform-google-modules/project-factory/google"
19-
version = "~> 15.0"
19+
version = "~> 16.0"
2020

2121
name = "ci-int-lb-http"
2222
random_project_id = true
@@ -40,7 +40,7 @@ module "project-ci-lb-http" {
4040

4141
module "project-ci-lb-http-1" {
4242
source = "terraform-google-modules/project-factory/google"
43-
version = "~> 15.0"
43+
version = "~> 16.0"
4444

4545
name = "ci-int-lb-http-1"
4646
random_project_id = true

0 commit comments

Comments
 (0)