Skip to content

Commit 60e4bb7

Browse files
authored
Add throughput to ebs_options for opensearch (#214)
1 parent 4c1bb3b commit 60e4bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opensearch_domain.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ resource "aws_opensearch_domain" "default" {
3131
volume_size = var.ebs_volume_size
3232
volume_type = var.ebs_volume_type
3333
iops = var.ebs_iops
34+
throughput = var.ebs_throughput
3435
}
3536

3637
encrypt_at_rest {

0 commit comments

Comments
 (0)