terraform-aws-elasticsearch icon indicating copy to clipboard operation
terraform-aws-elasticsearch copied to clipboard

Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash.

Results 44 terraform-aws-elasticsearch issues
Sort by recently updated
recently updated
newest added

## Describe the Feature `aws_opensearch_domain` is going to be released soon in aws-provider 4.9.0: https://github.com/hashicorp/terraform-provider-aws/pull/23902/ . `aws_opensearch_domain` is using `github.com/aws/aws-sdk-go/service/opensearchservice`, which is preferred over `github.com/aws/aws-sdk-go/service/elasticsearchservice` from `aws_elasticsearch_domain`. ``` API operations...

why the terraform provider param is null? It can't find in terraform repository. Error: Failed to query available provider packages │ │ Could not retrieve the list of available versions...

## what * To allow usage of [AWS IRSA](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) the assume role policy of the created IAM role needs to be adapted, therefore an additional (and optional) `statement` for the...

triage

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cloudposse/terraform-aws-elasticsearch). ## Config Migration Needed - [ ]...

## what * Changed default creation logic so it also creates when it is a non VPC ES and at least one allowed_cidr_block is specified ## why NON VPC ES...

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature ```hcl resource "aws_elasticsearch_domain_saml_options" "example" { domain_name = aws_elasticsearch_domain.example.domain_name saml_options { enabled...

## what * Adds capability to attach existing security groups to ElasticSearch domain by setting `var.create_security_group` to `false` * Preserves default behavior of creating a new security group with one...

From AWS Console, there's a way to set ``` Only use fine-grained access control Allow open access to the domain. ``` That's useful for instances that are deployed within a...

## Describe the Bug Whatever is in `security_groups` seems to be ignored ## Expected Behavior Security groups specified in `security_groups` should be applied ## Steps to Reproduce `security_groups = [aws_security_group.my_group1.id,...

bug
help wanted
good first issue

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug It seems the auto_tune settings are not supported. The following set of configuration parameters won't...

bug