Skip to content

Commit b1045b4

Browse files
authored
Update main.tf
1 parent daa0f1a commit b1045b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/setup/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ locals {
4545

4646
module "gke-project-1" {
4747
source = "terraform-google-modules/project-factory/google"
48-
version = "~> 16.0"
48+
version = "~> 17.0"
4949

5050
name = "ci-gke-${random_id.random_project_id_suffix.hex}"
5151
random_project_id = true
@@ -69,7 +69,7 @@ module "gke-project-1" {
6969

7070
module "gke-project-2" {
7171
source = "terraform-google-modules/project-factory/google"
72-
version = "~> 16.0"
72+
version = "~> 17.0"
7373

7474
name = "ci-gke-${random_id.random_project_id_suffix.hex}"
7575
random_project_id = true
@@ -91,7 +91,7 @@ module "gke-project-2" {
9191
# apis as documented https://cloud.google.com/service-mesh/docs/scripted-install/reference#setting_up_your_project
9292
module "gke-project-asm" {
9393
source = "terraform-google-modules/project-factory/google"
94-
version = "~> 16.0"
94+
version = "~> 17.0"
9595

9696
name = "ci-gke-asm-${random_id.random_project_id_suffix.hex}"
9797
random_project_id = true
@@ -106,7 +106,7 @@ module "gke-project-asm" {
106106

107107
module "gke-project-fleet" {
108108
source = "terraform-google-modules/project-factory/google"
109-
version = "~> 16.0"
109+
version = "~> 17.0"
110110

111111
name = "ci-gke-fleet-${random_id.random_project_id_suffix.hex}"
112112
random_project_id = true

0 commit comments

Comments
 (0)