-
-
Notifications
You must be signed in to change notification settings - Fork 366
Closed
Description
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
Labels
No labels