-
-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Found a bug? Maybe our Slack Community can help.
Describe the Bug
It seems the auto_tune settings are not supported. The following set of configuration parameters won't work:
auto_tune_options {
desired_state = "ENABLED"
rollback_on_disable = "NO_ROLLBACK"
maintenance_schedule {
cron_expression_for_recurrence = "cron(0 0 ? * 1 *)"
start_at = "2021-07-21T03:02:23Z"
duration {
unit = "HOURS"
value = 2
}
}
}
From the description it seems to be missing, however we do believe it should be there.
Everytime we call terraform apply the above mentioned change (from outside the terraform stack) is shown.
Expected Behavior
I expect to have the auto_tune_options as parameters so I don't always see that I've made changes outside of my terraform stack.
Steps to Reproduce
Steps to reproduce the behavior:
- Try to use the above mentioned codeblock with the cloudposse elasticsearch module
- Run 'terraform apply'
- See error ' Error: Unsupported block type '
Additional Context
It seems this module is kind of outdated as also using the new OpenSearch-version as "ElasticSearch"-version is not working correctly. It will destroy the cluster everytime we call "terraform apply".
karmi214, davidBernardWefox, iCodeOkay, sophomeric, flowinh2o and 1 more
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system