You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: filter auto mode node role from linux access entries
When EKS Auto Mode is enabled, AWS automatically creates an access entry
for the node role specified in compute_config. Attempting to create it
again via aws_eks_access_entry.linux causes a 409 ResourceInUseException.
Filter out the compute_config.node_role_arn from the linux access entries
when auto mode is enabled.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments