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 ~> 14.5.0 (#2056)
  • Loading branch information
renovate-bot authored Mar 18, 2024
1 parent ae1a5e9 commit 7e002e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iac/tf-anthos-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data "google_client_config" "default" {}

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

project_id = data.google_project.project.project_id
disable_services_on_destroy = false
Expand Down
2 changes: 1 addition & 1 deletion iac/tf-multienv-cicd-anthos-autopilot/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 = "~> 14.4.0"
version = "~> 14.5.0"

project_id = var.project_id
disable_services_on_destroy = false
Expand Down

0 comments on commit 7e002e6

Please sign in to comment.