We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094245d commit 869a361Copy full SHA for 869a361
1 file changed
terraform/aws/projects/earthscope.tfvars
@@ -25,7 +25,7 @@ ebs_volumes = {
25
size = 4096 # 4TiB
26
type = "gp3"
27
iops = 10000 # Increase to account for heavier usage - see https://2i2c.freshdesk.com/a/tickets/5477
28
- throughput = 1000 # Increase to account for heavier usage - see https://2i2c.freshdesk.com/a/tickets/5477
+ throughput = 1000 # Increase to account for heavier usage - see https://2i2c.freshdesk.com/a/tickets/5477
29
name_suffix = "prod"
30
tags = { "2i2c:hub-name" : "prod" }
31
},
0 commit comments