Skip to content

Commit

Permalink
nasa-cryo: create EBS volume for staging hub
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Dec 3, 2024
1 parent de31b5e commit 5fd2212
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terraform/aws/projects/nasa-cryo.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ cluster_nodes_location = "us-west-2a"

enable_aws_ce_grafana_backend_iam = true

disable_cluster_wide_filestore = false
ebs_volumes = {
"staging" = {
size = 1
type = "gp3"
name_suffix = "staging"
tags = { "2i2c:hub-name" : "staging" }
}
}

user_buckets = {
"scratch-staging" : {
"delete_after" : 7,
Expand Down

0 comments on commit 5fd2212

Please sign in to comment.