Skip to content

No support for autotune #121

@McTristan

Description

@McTristan

Found a bug? Maybe our Slack Community can help.

Slack Community

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:

  1. Try to use the above mentioned codeblock with the cloudposse elasticsearch module
  2. Run 'terraform apply'
  3. 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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions