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
@@ -171,20 +170,21 @@ Note: There are some type of instances which not support encryption and EBS opti
171
170
| iops | The baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the Provisioned IOPS EBS volume type. |`number`|`0`| no |
172
171
| kibana\_hostname | The Host name of kibana. |`string`|`""`| no |
173
172
| kms\_key\_id | The KMS key ID to encrypt the Elasticsearch domain with. If not specified, then it defaults to using the AWS/Elasticsearch service KMS key. |`string`|`""`| no |
174
-
| label\_order | Label order, e.g. `name`,`application`. |`list`|`[]`| no |
173
+
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|`[]`| no |
175
174
| log\_publishing\_application\_cloudwatch\_log\_group\_arn | ARN of the CloudWatch log group to which log for ES\_APPLICATION\_LOGS needs to be published. |`string`|`""`| no |
176
175
| log\_publishing\_application\_enabled | Specifies whether log publishing option for ES\_APPLICATION\_LOGS is enabled or not. |`bool`|`false`| no |
177
176
| log\_publishing\_index\_cloudwatch\_log\_group\_arn | ARN of the CloudWatch log group to which log for INDEX\_SLOW\_LOGS needs to be published. |`string`|`""`| no |
178
177
| log\_publishing\_index\_enabled | Specifies whether log publishing option for INDEX\_SLOW\_LOGS is enabled or not. |`bool`|`false`| no |
179
178
| log\_publishing\_search\_cloudwatch\_log\_group\_arn | ARN of the CloudWatch log group to which log for SEARCH\_SLOW\_LOGS needs to be published. |`string`|`""`| no |
180
179
| log\_publishing\_search\_enabled | Specifies whether log publishing option for SEARCH\_SLOW\_LOGS is enabled or not. |`bool`|`false`| no |
181
-
| managedby | ManagedBy, eg 'CloudDrove' or 'AnmolNagpal'. |`string`|`"anmol@clouddrove.com"`| no |
180
+
| managedby | ManagedBy, eg 'CloudDrove'. |`string`|`"hello@clouddrove.com"`| no |
182
181
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
183
182
| public\_enabled | Enable Elasticsearch cluster is public or not. |`bool`|`false`| no |
183
+
| repository | Terraform current module repo |`string`|`"https://registry.terraform.io/modules/clouddrove/elasticsearch/aws/0.14.0"`| no |
184
184
| security\_group\_ids | Security Group IDs. |`list(string)`|`[]`| no |
185
185
| subnet\_ids | Subnet IDs. |`list(string)`|`[]`| no |
186
-
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map`|`{}`| no |
187
-
| tls\_security\_policy | The name of the TLS security policy that needs to be applied to the HTTPS endpoint. |`any`|`null`| no |
186
+
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(any)`|`{}`| no |
187
+
| tls\_security\_policy | The name of the TLS security policy that needs to be applied to the HTTPS endpoint. |`string`|`"Policy-Min-TLS-1-0-2019-07"`| no |
188
188
| ttl | The TTL of the record to add to the DNS zone to complete certificate validation. |`string`|`"300"`| no |
189
189
| type | Type of DNS records to create. |`string`|`"CNAME"`| no |
190
190
| volume\_size | EBS volumes for data storage in GB. |`number`|`0`| no |
0 commit comments