From 028d3b6bf1d068c893f0d5066fc8fc985be70963 Mon Sep 17 00:00:00 2001 From: bohn002 Date: Wed, 27 May 2020 17:24:49 -0500 Subject: [PATCH] adding max_clause_count to advanced options --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index e1bc812..b8a2d9c 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,6 @@ Error creating ElasticSearch domain: ValidationException: Before you can proceed status code: 404, request id: 5a1614d2-1e64-11e9-a87e-3149d48d2026 ``` -## Requirements - -| Name | Version | -|------|---------| -| terraform | >= 0.12 | -| aws | >= 2.2.0 | - ## Providers | Name | Version | @@ -59,7 +52,7 @@ Error creating ElasticSearch domain: ValidationException: Before you can proceed ## Inputs | Name | Description | Type | Default | Required | -|------|-------------|------|---------|:--------:| +|------|-------------|------|---------|:-----:| | create\_service\_linked\_role | A boolean value to determine if the ElasticSearch Service Linked Role should be created. This should only be set to true if the Service Linked Role is not already present. | `bool` | `false` | no | | data\_node\_count | Number of data nodes in the Elasticsearch cluster. If using Zone Awareness this must be a multiple of the number of subnets being used, e.g. 2, 4, 6, etc. for 2 subnets or 3, 6, 9, etc. for 3 subnets. | `number` | `6` | no | | data\_node\_instance\_type | Select data node instance type. See https://aws.amazon.com/elasticsearch-service/pricing/ for supported instance types. | `string` | `"m5.large.elasticsearch"` | no |