Skip to content

Commit

Permalink
fix(deps): Update Terraform terraform-google-modules/project-factory/…
Browse files Browse the repository at this point in the history
…google to v17 (#240)
  • Loading branch information
renovate-bot authored Sep 27, 2024
1 parent 92ec3ae commit d31f750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5-appinfra/modules/cicd-pipeline/apis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

project_id = var.project_id
disable_services_on_destroy = false
Expand Down

0 comments on commit d31f750

Please sign in to comment.