terraform-aws-elasticsearch
terraform-aws-elasticsearch copied to clipboard
Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash.
## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates
## Describe the Bug When setting the `dedicated_master_enabled = false` but having the `dedicated_master_type` and/or `dedicated_master_count` setted, a validation exception is raised. > ValidationException: DedicatedMasterEnabled must be set to True...
## what In the example use zone_awareness_enabled is passed to the module as string, when bool is expected. Changed to bool. ## why * Consistency.
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/route53-cluster-hostname/aws](https://registry.terraform.io/modules/cloudposse/route53-cluster-hostname/aws) ([source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname)) | module | minor | `0.12.3` -> `0.13.0` |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/dynamic-subnets/aws](https://registry.terraform.io/modules/cloudposse/dynamic-subnets/aws) ([source](https://redirect.github.com/cloudposse/terraform-aws-dynamic-subnets)) | module | patch | `2.4.1` -> `2.4.2` | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/vpc/aws](https://registry.terraform.io/modules/cloudposse/vpc/aws) ([source](https://redirect.github.com/cloudposse/terraform-aws-vpc)) | module | minor | `2.1.0` -> `2.2.0` | --- ###...
### Describe the Feature The proposed feature introduces a new variable, `manage_egress_rules`, to the existing Terraform module. This variable allows users to control the creation or destruction of the `aws_security_group_rule`...
### Describe the Bug ``` on .terraform/modules/elasticsearch_timbermill_prod_us_v1/main.tf line 128, in resource "aws_elasticsearch_domain" "default": 128: throughput = var.ebs_throughput An argument named "throughput" is not expected here ``` ### Expected Behavior Trying...
### Describe the Feature It was released in aws provider 5.13.0 (https://github.com/hashicorp/terraform-provider-aws/pull/33925) https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/opensearch_vpc_endpoint for details. It would be nice to have this feature supported ### Expected Behavior -...
### Describe the Bug The README says NOTE: To enable [zone awareness](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-zoneawareness) to deploy Elasticsearch nodes into two different Availability Zones, you need to set zone_awareness_enabled to true and provide...