Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2024
1 parent 6e83153 commit edbdbcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/aws/projects/nasa-cryo.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ cluster_nodes_location = "us-west-2a"
user_buckets = {
"scratch-staging" : {
"delete_after" : 7,
"tags" : {"2i2c:hub-name" : "staging"}
"tags" : { "2i2c:hub-name" : "staging" }
},
"scratch" : {
"delete_after" : 7,
"tags" : {"2i2c:hub-name" : "prod"}
"tags" : { "2i2c:hub-name" : "prod" }
},
# For https://2i2c.freshdesk.com/a/tickets/847
"persistent-staging" : {
"delete_after" : null,
"tags" : {"2i2c:hub-name" : "staging"}
"tags" : { "2i2c:hub-name" : "staging" }
},
"persistent" : {
"delete_after" : null,
"tags" : {"2i2c:hub-name" : "prod"}
"tags" : { "2i2c:hub-name" : "prod" }
},
}

Expand Down

0 comments on commit edbdbcc

Please sign in to comment.