You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,12 @@ variable "ebs_iops" {
141
141
description="The baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the Provisioned IOPS EBS volume type"
142
142
}
143
143
144
+
variable"ebs_throughput" {
145
+
type=number
146
+
default=null
147
+
description="Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type. Valid values are between 125 and 1000."
0 commit comments