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

PSA: EKS ARC zonal shift #242

Closed
z0rc opened this issue Oct 23, 2024 · 0 comments · Fixed by #243
Closed

PSA: EKS ARC zonal shift #242

z0rc opened this issue Oct 23, 2024 · 0 comments · Fixed by #243

Comments

@z0rc
Copy link
Contributor

z0rc commented Oct 23, 2024

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

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

Successfully merging a pull request may close this issue.

1 participant