terraform-aws-elasticsearch
terraform-aws-elasticsearch copied to clipboard
Terraform module to create Amazon Elasticsearch Service clusters, following the Well-Architected Framework and best AWS practices.
Hi, Every time I run terraform apply, its deleting the existing domain and recreating a completely new one. Is there a way we can avoid this? Thanks, RR
Hi, Getting below error while deploying 2 domains in the same account: `Error: error creating IAM Service Linked Role (es.amazonaws.com): InvalidInput: Service role name AWSServiceRoleForAmazonElasticsearchService has been taken in this...
Would be great to see this in the module since it looks there is support now for this https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_domain#auto_tune_options. An example of the variable would be: ``` auto_tune_options { maintenance_schedule...
Hi @lgallard Thank you for this module. I'd like to use EBS with gp3, for that the `IOPS` and `throughput` are required but not supported by the module. See here:...
error output: ``` Error: Unsupported block type on .terraform/modules/search/main.tf line 86, in resource "aws_elasticsearch_domain" "es_domain": 86: dynamic "cold_storage_options" { Blocks of type "cold_storage_options" are not expected here. ```