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 30439ae commit 69b5d98Copy full SHA for 69b5d98
examples/complete/main.tf
@@ -61,8 +61,8 @@ module "opensearch" {
61
cluster_config = {
62
multi_az_with_standby_enabled = false
63
64
- instance_count = 3
65
- instance_type = "r6g.large.search"
+ instance_count = 3
+ instance_type = "r6g.large.search"
66
67
dedicated_master_enabled = true
68
dedicated_master_count = 3
0 commit comments