Skip to content

Commit 353f756

Browse files
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18
1 parent 44c17b2 commit 353f756

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 = "~> 17.0"
19+
version = "~> 18.0"
2020

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

4242
module "project-ci-lb-http-1" {
4343
source = "terraform-google-modules/project-factory/google"
44-
version = "~> 17.0"
44+
version = "~> 18.0"
4545

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

0 commit comments

Comments
 (0)