Skip to content

Commit cfcce1a

Browse files
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18
1 parent 41f378c commit cfcce1a

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
@@ -64,7 +64,7 @@ locals {
6464

6565
module "project-ci-lb-http" {
6666
source = "terraform-google-modules/project-factory/google"
67-
version = "~> 17.0"
67+
version = "~> 18.0"
6868

6969
name = "ci-int-lb-http"
7070
random_project_id = true
@@ -81,7 +81,7 @@ module "project-ci-lb-http" {
8181

8282
module "project-ci-lb-http-1" {
8383
source = "terraform-google-modules/project-factory/google"
84-
version = "~> 17.0"
84+
version = "~> 18.0"
8585

8686
name = "ci-int-lb-http-1"
8787
random_project_id = true

0 commit comments

Comments
 (0)