Skip to content

Commit

Permalink
Resize EBS disk for VEDA prod to 2 TB
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Jan 14, 2025
1 parent 0e2f5df commit d03d110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/projects/nasa-veda.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ ebs_volumes = {
tags = { "2i2c:hub-name" : "staging" }
},
"prod" = {
size = 3000 # 3TB
size = 2000 # 2TB
type = "gp3"
name_suffix = "prod"
tags = { "2i2c:hub-name" : "prod" }
Expand Down

0 comments on commit d03d110

Please sign in to comment.