You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Describe the Bug
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
The text was updated successfully, but these errors were encountered: