Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to use - ebs_throughput #173

Open
assafmanzur opened this issue Nov 5, 2023 · 0 comments
Open

Not able to use - ebs_throughput #173

assafmanzur opened this issue Nov 5, 2023 · 0 comments
Labels
bug 🐛 An issue with the system

Comments

@assafmanzur
Copy link

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

@assafmanzur assafmanzur added the bug 🐛 An issue with the system label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant