Skip to content

Commit

Permalink
Run 'terraform fmt'
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing committed Jan 21, 2025
1 parent ad74b13 commit fb61219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root_s3_object_lifecycle.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
default_expiration_days = local.environment == "prod" ? 30 : 7
default_expiration_days = local.environment == "prod" ? 30 : 7

backend_checks_bucket_policy_status = local.environment == "intg" ? "Enabled" : "Disabled"
}

Expand Down

0 comments on commit fb61219

Please sign in to comment.