Skip to content

Commit

Permalink
chore(deps): update terraform google provider to v6 (#2583)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate-bot and apeabody authored Oct 11, 2024
1 parent f55eb1b commit 1cc4708
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 85 deletions.
160 changes: 80 additions & 80 deletions infra/terraform/test-org/test-cleanup/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions infra/terraform/test-org/test-cleanup/cleanup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

module "scheduler-app-engine" {
source = "terraform-google-modules/project-factory/google//modules/app_engine"
version = "~> 15.0"
version = "~> 17.0"
location_id = local.app_location
project_id = module.cft-manager-project.project_id
}

module "projects_cleaner" {
source = "terraform-google-modules/scheduled-function/google//modules/project_cleanup"
version = "~> 4.3"
version = "~> 6.0"

job_schedule = "17 * * * *"
max_project_age_in_hours = "6"
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/test-org/test-cleanup/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

name = "cft-project-manager"
random_project_id = true
Expand Down
4 changes: 2 additions & 2 deletions infra/terraform/test-org/test-cleanup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ terraform {
}
google = {
source = "hashicorp/google"
version = ">= 3.38, < 6"
version = ">= 3.38, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.38, < 6"
version = ">= 3.38, < 7"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit 1cc4708

Please sign in to comment.