Skip to content

Support for auto_tune_options #56

@flowinh2o

Description

@flowinh2o

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!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions