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 v16.0.1 (#341)
  • Loading branch information
renovate-bot committed Aug 31, 2024
1 parent 9b0bd00 commit 53d5f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/asm-mcp-multi-clusters/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "google_project" "project_id" {
# Enable APIS
module "enable_google_apis" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "16.0.0"
version = "16.0.1"
project_id = var.gcp_project_id
activate_apis = var.apis
disable_services_on_destroy = false
Expand Down

0 comments on commit 53d5f99

Please sign in to comment.