Skip to content

Not able to use - ebs_throughputΒ #173

Open
@assafmanzur

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

Metadata

Assignees

No one assigned

    Labels

    bugπŸ› An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions