You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
<!-- BEGIN_TF_DOCS -->
1
2
## Requirements
2
3
3
4
| Name | Version |
@@ -88,6 +89,7 @@
88
89
| <aname="input_master_user_arn"></a> [master\_user\_arn](#input\_master\_user\_arn)| The ARN for the master user of the cluster. If not specified, then it defaults to using the IAM user that is making the request. |`string`|`""`| no |
89
90
| <aname="input_master_user_name"></a> [master\_user\_name](#input\_master\_user\_name)| Main user's username, which is stored in the Amazon OpenSearch Service domain's internal database |`string`|`""`| no |
90
91
| <aname="input_master_user_password"></a> [master\_user\_password](#input\_master\_user\_password)| Main user's password, which is stored in the Amazon OpenSearch Service domain's internal database |`string`|`""`| no |
92
+
| <aname="input_multi_az_with_standby_enabled"></a> [multi\_az\_with\_standby\_enabled](#input\_multi\_az\_with\_standby\_enabled)| Indicates whether multi-AZ with standy is enabled for the cluster. |`bool`|`false`| no |
91
93
| <aname="input_node_to_node_encryption_enabled"></a> [node\_to\_node\_encryption\_enabled](#input\_node\_to\_node\_encryption\_enabled)| Enable node-to-node encryption. |`bool`|`true`| no |
92
94
| <aname="input_off_peak_window_options"></a> [off\_peak\_window\_options](#input\_off\_peak\_window\_options)| Configuration for off peak window |`map(any)`| <pre>{<br/> "hours": 14,<br/> "minutes": 0<br/>}</pre> | no |
93
95
| <aname="input_ok_actions"></a> [ok\_actions](#input\_ok\_actions)| The list of actions to execute when this alarm transitions into an OK state from any other state |`list(string)`|`[]`| no |
@@ -122,3 +124,4 @@
122
124
| <aname="output_vpc_endpoint_dns_names"></a> [vpc\_endpoint\_dns\_names](#output\_vpc\_endpoint\_dns\_names)| VPC endpoint DNS names |
123
125
| <aname="output_vpc_endpoint_endpoint"></a> [vpc\_endpoint\_endpoint](#output\_vpc\_endpoint\_endpoint)| The connection endpoint ID for connecting to the domain |
124
126
| <aname="output_vpc_endpoint_id"></a> [vpc\_endpoint\_id](#output\_vpc\_endpoint\_id)| The unique identifier of the endpoint |
0 commit comments