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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,9 +121,9 @@ module "aws_es" {
121
121
| cluster\_config\_dedicated\_master\_type | Instance type of the dedicated master nodes in the cluster |`string`|`"r5.large.elasticsearch"`| no |
122
122
| cluster\_config\_instance\_count | Number of instances in the cluster |`number`|`3`| no |
123
123
| cluster\_config\_instance\_type | Instance type of data nodes in the cluster |`string`|`"r5.large.elasticsearch"`| no |
124
-
| cluster\_config\_warm\_count | The number of warm nodes in the cluster |`number`|`2`| no |
124
+
| cluster\_config\_warm\_count | The number of warm nodes in the cluster |`number`|n/a| no |
125
125
| cluster\_config\_warm\_enabled | Indicates whether to enable warm storage |`bool`|`false`| no |
126
-
| cluster\_config\_warm\_type | The instance type for the Elasticsearch cluster's warm nodes |`string`|`"ultrawarm1.medium.elasticsearch"`| no |
126
+
| cluster\_config\_warm\_type | The instance type for the Elasticsearch cluster's warm nodes |`string`|n/a| no |
127
127
| cluster\_config\_zone\_awareness\_enabled | Indicates whether zone awareness is enabled. To enable awareness with three Availability Zones |`bool`|`false`| no |
128
128
| cognito\_options | Options for Amazon Cognito Authentication for Kibana |`map`|`{}`| no |
129
129
| cognito\_options\_enabled | Specifies whether Amazon Cognito authentication with Kibana is enabled or not |`bool`|`false`| no |
0 commit comments