Can anyone tell me if `eks.Cluster.accessEntries` ...
# aws
g
Can anyone tell me if
eks.Cluster.accessEntries
manage all access entries or will I be able to add my own without causing a problem? https://www.pulumi.com/registry/packages/eks/api-docs/cluster/
eks.Cluster({accessEntries})
vs
aws.eks.AccessEntry({})
I am trying to understand what can cause potential conflicts https://github.com/pulumi/pulumi-eks/blob/ee4134fc7c0021c1fcca510a878bd1ba43419eb3/nodejs/eks/cluster/cluster.ts#L1025-L1059