We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be great to see this in the module since it looks there is support now for this https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_domain#auto_tune_options.
An example of the variable would be:
auto_tune_options { maintenance_schedule = { cron_expression_for_recurrence = "cron(0 2 ? * 1 *)" start_at = "2022-09-08T16:47:06Z" duration { unit = "HOURS" value = 2 } } }
Thanks!
The text was updated successfully, but these errors were encountered:
@flowinh2o working on that!!
Sorry, something went wrong.
Thank you @lgallard! I started trying to implement this but got side tracked. Here is what I have so far if you want any of it.
master...flowinh2o:terraform-aws-elasticsearch:master
lgallard
No branches or pull requests
Would be great to see this in the module since it looks there is support now for this https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_domain#auto_tune_options.
An example of the variable would be:
Thanks!
The text was updated successfully, but these errors were encountered: