Skip to content
New issue

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

Support for auto_tune_options #56

Open
flowinh2o opened this issue Oct 27, 2022 · 2 comments
Open

Support for auto_tune_options #56

flowinh2o opened this issue Oct 27, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@flowinh2o
Copy link

flowinh2o commented Oct 27, 2022

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 lgallard self-assigned this Oct 27, 2022
@lgallard lgallard added the enhancement New feature or request label Oct 27, 2022
@lgallard
Copy link
Owner

@flowinh2o working on that!!

@flowinh2o
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants