Skip to content

Commit

Permalink
Merge pull request #5376 from sunu/veda-prod-home-nfs-disk
Browse files Browse the repository at this point in the history
Provision EBS disk for nasa veda prod home directories
  • Loading branch information
sunu authored Jan 14, 2025
2 parents de8a490 + d03d110 commit 4f85427
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/aws/projects/nasa-veda.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@ ebs_volumes = {
type = "gp3"
name_suffix = "staging"
tags = { "2i2c:hub-name" : "staging" }
},
"prod" = {
size = 2000 # 2TB
type = "gp3"
name_suffix = "prod"
tags = { "2i2c:hub-name" : "prod" }
}
}

Expand Down

0 comments on commit 4f85427

Please sign in to comment.