Skip to content

Commit

Permalink
chore(CI): enable cluster deletion (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Jul 30, 2024
1 parent be4007c commit 11c65dc
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
104 changes: 52 additions & 52 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.

2 changes: 1 addition & 1 deletion infra/terraform/test-org/test-cleanup/cleanup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "scheduler-app-engine" {

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

job_schedule = "17 * * * *"
max_project_age_in_hours = "6"
Expand Down

0 comments on commit 11c65dc

Please sign in to comment.