-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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!
lgallard
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request