Skip to content

Commit 0e242c0

Browse files
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18
1 parent dbe8138 commit 0e242c0

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
@@ -65,7 +65,7 @@ locals {
6565

6666
module "project-ci-lb-http" {
6767
source = "terraform-google-modules/project-factory/google"
68-
version = "~> 17.0"
68+
version = "~> 18.0"
6969

7070
name = "ci-int-lb-http"
7171
random_project_id = true
@@ -82,7 +82,7 @@ module "project-ci-lb-http" {
8282

8383
module "project-ci-lb-http-1" {
8484
source = "terraform-google-modules/project-factory/google"
85-
version = "~> 17.0"
85+
version = "~> 18.0"
8686

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

0 commit comments

Comments
 (0)