cloudposse / terraform-aws-elasticsearch

Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash.
https://cloudposse.com/accelerate
Apache License 2.0
216 stars 231 forks source link

Not able to use - ebs_throughput #173

Open assafmanzur opened 10 months ago

assafmanzur commented 10 months ago

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 to find the minimum required to use the ebs_throughput but it's failing

Steps to Reproduce

Plan with my current configuration

Screenshots

No response

Environment

Module version = 0.44.0

terraform { required_version = ">= 0.14" required_providers { aws = { source = "hashicorp/aws" version = "=5.10.0" } external = { source = "hashicorp/external" } kubernetes = { source = "hashicorp/kubernetes" version = "~> 1.10" } } }

Additional Context

No response