terraform-community-modules / tf_aws_elasticsearch

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-opensearch
MIT License
79 stars 97 forks source link

fix dedicated_master_type variable type #32

Closed alexsn closed 5 years ago

alexsn commented 5 years ago

terraform plan fails with:

Error: Invalid value for module argument

  on efk.tf line 40, in module "es":
  40:   dedicated_master_type      = "m4.large.elasticsearch"

The given value is not suitable for child module variable
"dedicated_master_type" defined at .terraform/modules/es/variables.tf:31,1-33:
a bool is required.

Since dedicated_master_type is a string and not a bool.

alexsn commented 5 years ago

I've stopped using this module as it doesn't support terraform 0.12.