Skip to content

PSA: EKS ARC zonal shift #242

@z0rc

Description

@z0rc

Describe the Feature

https://aws.amazon.com/about-aws/whats-new/2024/10/amazon-eks-application-recovery-controller-arc/

https://docs.aws.amazon.com/eks/latest/userguide/zone-shift-enable.html

Expected Behavior

Module supports configuring this option once terraform-provider-aws adds it, ref hashicorp/terraform-provider-aws#39852

Use Case

See description.

Describe Ideal Solution

module "eks_cluster" {
  ...
  zonal_shift_config = {
    enabled = true
  }
  ...
}

Alternatives Considered

Not using this module.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions