-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
ElasticsearchElasticsearch related APIsElasticsearch related APIsbugSomething isn't workingSomething isn't working
Description
Describe the bug
data_stream
setting for elasticstack_elasticsearch_index_template
is not persisting on subsequent runs
To Reproduce
- Create an index template
- Modify index template settings (tested by modifying priority
- Re-run terraform plan (will show changes, but nothing about data stream)
- Run terraform apply. Will remove the data stream property from the ojbect
Expected behavior
Data stream settings are preserved on update
Debug output
Run terraform
command with TF_LOG=trace
and provide extended information on TF operations.
Logs https://gist.github.com/poiriermike/d34ef8dda376fa245337c0b2c1a2c0c0
Screenshots
Versions (please complete the following information):
- OS: [e.g. Linux]
- Terraform Version [1.1.7]
- Provider version [0.3.2]
- Elasticsearch Version [8.0.1]
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
ElasticsearchElasticsearch related APIsElasticsearch related APIsbugSomething isn't workingSomething isn't working