Skip to content

Commit b241b46

Browse files
committed
chore: Add multi_az_with_standby_enabled value for example
* To help users understand, an example setting for the multi_az_with_standby_enabled value is explicitly declared. Signed-off-by: younsl <[email protected]>
1 parent 626c3e4 commit b241b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/complete/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ module "opensearch" {
5959
}
6060

6161
cluster_config = {
62+
multi_az_with_standby_enabled = false
63+
6264
instance_count = 3
6365
instance_type = "r6g.large.search"
6466

0 commit comments

Comments
 (0)