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 d27f8d1 commit ec5f8d3Copy full SHA for ec5f8d3
examples/opensearch/main.tf
@@ -34,7 +34,7 @@ module "opensearch" {
34
ebs_enabled = true
35
ebs_iops = 5000
36
37
- # If coordinatyor nodes are need. This is disabled by default
+ # If dedicated coordinator nodes are need. This is disabled by default
38
coordinator_instance_enabled = true
39
# Coordinator node count must be less than or equal to data node count
40
coordinator_instance_count = 2
0 commit comments