Skip to content

Feature Request: Add support for Dedicated Coordinator Nodes #49

@ErezWeiss

Description

@ErezWeiss

Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.   - Yes ✅: hashicorp/aws provider version v5.90.0.

Is your request related to a problem? Please describe.
The module does not support configuring dedicated coordinator nodes, a feature now available in AWS OpenSearch and supported by the aws_opensearch_domain resource.

Describe the solution you'd like.
Please add module variables for dedicated_coordinator_enabled, dedicated_coordinator_count, and dedicated_coordinator_type and pass them to the cluster_config block of the aws_opensearch_domain resource.

Describe alternatives you've considered.
The only alternative is to not use this module and define the aws_opensearch_domain resource manually, which loses the module's benefits.

Additional context
The arguments were added in v5.48.0 of the AWS provider:

cluster_config.dedicated_coordinator_enabled

cluster_config.dedicated_coordinator_count

cluster_config.dedicated_coordinator_type

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions