Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/project-factor…
Browse files Browse the repository at this point in the history
…y/google to v17 (#188)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 0fc2722 commit 1c87ebb
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 @@ -35,7 +35,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 @@ -56,7 +56,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 1c87ebb

Please sign in to comment.