Skip to content

Commit 1a69242

Browse files
committed
delete older than 1 day
1 parent fa2383d commit 1a69242

File tree

1 file changed

+2
-2
lines changed
  • terraform/modules/cloudbuild

1 file changed

+2
-2
lines changed

terraform/modules/cloudbuild/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ resource "google_artifact_registry_repository" "student_success_tool" {
2525
}
2626
}
2727
cleanup_policies {
28-
id = "delete-older-than-7d"
28+
id = "delete-older-than-1d"
2929
action = "DELETE"
3030
condition {
31-
older_than = "604800s"
31+
older_than = "86400s"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)