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
Describe the bug
According to the ILM docs, the allocate action supports the total_shards_per_node param. This TF provider, however, doesn't which produces an error when used.
╷
│ Error: Unsupported argument
│
│ on ilm_policy.tf line 18, in resource "elasticstack_elasticsearch_index_lifecycle" "ilm_policy":
│ 18: total_shards_per_node = 2
│
│ An argument named "total_shards_per_node" is not expected here.
╵
Operation failed: failed running terraform plan (exit 1)
Expected behavior elasticstack_elasticsearch_index_lifecycle resource is expected to support the total_shards_per_node param as part of its allocate action.
Versions:
OS: Linux
Terraform Version 1.1.7
Provider version v0.3.3
Elasticsearch Version 7.17.3
The text was updated successfully, but these errors were encountered:
Describe the bug
According to the ILM docs, the
allocate
action supports thetotal_shards_per_node
param. This TF provider, however, doesn't which produces an error when used.To Reproduce
terraform plan
Expected behavior
elasticstack_elasticsearch_index_lifecycle
resource is expected to support thetotal_shards_per_node
param as part of itsallocate
action.Versions:
The text was updated successfully, but these errors were encountered: