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 v18 (#2869)
  • Loading branch information
renovate-bot authored Jan 22, 2025
1 parent a8120bc commit d492c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ terraform {
# Enable Google Cloud APIs.
module "enable_google_apis" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "~> 17.0"
version = "~> 18.0"
disable_services_on_destroy = false
activate_apis = [
"cloudresourcemanager.googleapis.com",
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ locals {
# Enable Google Cloud APIs
module "enable_google_apis" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "~> 17.0"
version = "~> 18.0"

project_id = var.gcp_project_id
disable_services_on_destroy = false
Expand Down

0 comments on commit d492c10

Please sign in to comment.