Skip to content

Commit

Permalink
Merge pull request #5088 from sgibson91/nmfs-openscapes/prod-volume
Browse files Browse the repository at this point in the history
Provision and EBS volume for nmfs-openscapes prod hub
  • Loading branch information
sgibson91 authored Nov 14, 2024
2 parents 29ddca1 + db13380 commit 246edd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/aws/projects/nmfs-openscapes.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ ebs_volumes = {
type = "gp3"
name_suffix = "staging"
tags = { "2i2c:hub-name" : "staging" }
},
"prod" = {
size = 512
type = "gp3"
name_suffix = "prod"
tags = { "2i2c:hub-name" : "prod" }
}
}

Expand Down

0 comments on commit 246edd9

Please sign in to comment.