Skip to content

Commit 626c3e4

Browse files
committed
chore: Add off_peak_window_options value for exmaple
Signed-off-by: younsl <[email protected]>
1 parent dde73c8 commit 626c3e4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/complete/main.tf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ module "opensearch" {
6060

6161
cluster_config = {
6262
instance_count = 3
63+
instance_type = "r6g.large.search"
64+
6365
dedicated_master_enabled = true
66+
dedicated_master_count = 3
6467
dedicated_master_type = "c6g.large.search"
65-
instance_type = "r6g.large.search"
6668

6769
zone_awareness_config = {
6870
availability_zone_count = 3
@@ -150,6 +152,11 @@ module "opensearch" {
150152
}
151153
]
152154

155+
# Off-peak window
156+
off_peak_window_options = {
157+
enabled = false
158+
}
159+
153160
tags = local.tags
154161
}
155162

0 commit comments

Comments
 (0)