We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1bb3b commit 60e4bb7Copy full SHA for 60e4bb7
opensearch_domain.tf
@@ -31,6 +31,7 @@ resource "aws_opensearch_domain" "default" {
31
volume_size = var.ebs_volume_size
32
volume_type = var.ebs_volume_type
33
iops = var.ebs_iops
34
+ throughput = var.ebs_throughput
35
}
36
37
encrypt_at_rest {
0 commit comments