Skip to content

Commit

Permalink
Merge pull request #113 from PermanentOrg/fix_terraform_formatting
Browse files Browse the repository at this point in the history
Fix more terraform formatting
  • Loading branch information
liam-lloyd authored Aug 6, 2024
2 parents de22c3e + c0a41e3 commit 3df4003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/test_cluster/am_cleanup_dev_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_dev" {
job_template {
metadata {}
spec {
backoff_limit = 2
backoff_limit = 2
template {
metadata {}
spec {
Expand Down
2 changes: 1 addition & 1 deletion terraform/test_cluster/am_cleanup_staging_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_staging" {
job_template {
metadata {}
spec {
backoff_limit = 2
backoff_limit = 2
template {
metadata {}
spec {
Expand Down

0 comments on commit 3df4003

Please sign in to comment.