Skip to content

Commit

Permalink
Merge pull request #112 from PermanentOrg/fix_terraform_formatting
Browse files Browse the repository at this point in the history
Fix terraform formatting error
  • Loading branch information
liam-lloyd authored Aug 6, 2024
2 parents 7f69f2c + 13647e4 commit de22c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/prod_cluster/am_cleanup_prod_cronjob.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "kubernetes_cron_job_v1" "archivematica_cleanup_prod" {
job_template {
metadata {}
spec {
backoff_limit = 2
backoff_limit = 2
template {
metadata {}
spec {
Expand Down

0 comments on commit de22c3e

Please sign in to comment.