Skip to content

Commit

Permalink
Merge branch 'master' into feat/private-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsorbo authored Sep 24, 2024
2 parents 4632c86 + 730f92b commit a531a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 16.0"
version = "~> 17.0"

name = "ci-terraform-gh-runners"
random_project_id = "true"
Expand All @@ -36,7 +36,7 @@ module "project" {

module "project-gke" {
source = "terraform-google-modules/project-factory/google"
version = "~> 16.0"
version = "~> 17.0"

name = "ci-runners-gke"
random_project_id = "true"
Expand All @@ -58,7 +58,7 @@ module "project-gke" {

module "project-mig-container-vm" {
source = "terraform-google-modules/project-factory/google"
version = "~> 16.0"
version = "~> 17.0"

name = "ci-runners-c-mig"
random_project_id = "true"
Expand Down

0 comments on commit a531a96

Please sign in to comment.