Open
Description
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