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 v18
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 44c17b2 commit 353f756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

name = "ci-int-lb-http"
random_project_id = true
Expand All @@ -41,7 +41,7 @@ module "project-ci-lb-http" {

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

name = "ci-int-lb-http-1"
random_project_id = true
Expand Down

0 comments on commit 353f756

Please sign in to comment.