Skip to content

Commit

Permalink
Provision an EBS volume for nmfs-openscapes staging hub
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Nov 14, 2024
1 parent c5321c1 commit 92272b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/aws/projects/nmfs-openscapes.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ filestores = {
tags = { "2i2c:hub-name" : "prod" },
},
}
ebs_volumes = {
"staging" = {
size = 1
type = "gp3"
name_suffix = "staging"
tags = { "2i2c:hub-name" : "staging" }
}
}

user_buckets = {
"scratch-staging" : {
Expand Down

0 comments on commit 92272b0

Please sign in to comment.