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
  • Loading branch information
renovate-bot committed Oct 24, 2024
1 parent 50fb320 commit 4dcc967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data "google_compute_zones" "available" {

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

disable_services_on_destroy = false
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion infra/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 = "~> 15.0"
version = "~> 17.0"

name = "ci-migrate-gce"
random_project_id = "true"
Expand Down

0 comments on commit 4dcc967

Please sign in to comment.