phillbaker / terraform-provider-elasticsearch

An elasticsearch provider for terraform
https://registry.terraform.io/providers/phillbaker/elasticsearch
Mozilla Public License 2.0
304 stars 134 forks source link

Invalid type for `cluster.routing.allocation.enable` in `elasticsearch_cluster_settings` resource #343

Open Wiston999 opened 1 year ago

Wiston999 commented 1 year ago

According to documetation cluster.routing.allocation.enable setting can have multiple values, but the provider is treating it as a bool value and generating errors

Error: strconv.ParseBool: parsing "all": invalid syntax