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 ~> 17.1.0
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent cc3e6d8 commit a646683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "random_id" "postgres_suffix" {
# Services
module "project_services" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "~> 17.0.0"
version = "~> 17.1.0"

project_id = var.project_id
disable_services_on_destroy = false
Expand Down

0 comments on commit a646683

Please sign in to comment.