Skip to content

Commit 8ebcc3e

Browse files
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18
1 parent 6200076 commit 8ebcc3e

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
@@ -42,7 +42,7 @@ module "project-ci-lb-http" {
4242

4343
module "project-ci-lb-http-1" {
4444
source = "terraform-google-modules/project-factory/google"
45-
version = "~> 17.0"
45+
version = "~> 18.0"
4646

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

0 commit comments

Comments
 (0)