Skip to content

Commit 3a160ad

Browse files
authored
Merge pull request #5085 from sgibson91/nmfs-openscapes/staging-volume
Provision an EBS volume for nmfs-openscapes staging hub
2 parents c5321c1 + 92272b0 commit 3a160ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

terraform/aws/projects/nmfs-openscapes.tfvars

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ filestores = {
1919
tags = { "2i2c:hub-name" : "prod" },
2020
},
2121
}
22+
ebs_volumes = {
23+
"staging" = {
24+
size = 1
25+
type = "gp3"
26+
name_suffix = "staging"
27+
tags = { "2i2c:hub-name" : "staging" }
28+
}
29+
}
2230

2331
user_buckets = {
2432
"scratch-staging" : {

0 commit comments

Comments
 (0)