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 (#124)
  • Loading branch information
renovate-bot authored Oct 30, 2024
1 parent 7824c8e commit d0dd42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Enable APIs required
module "project-services" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "~> 15.0"
version = "~> 17.0"
project_id = var.project_id
enable_apis = var.enable_apis
activate_apis = [
Expand Down
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

name = "ci-log-analysis"
random_project_id = "true"
Expand Down

0 comments on commit d0dd42d

Please sign in to comment.