How do I go about referencing existing resources? ...
# general
g
How do I go about referencing existing resources? Specifically an AWS EKS cluster.. I don’t want to re-create it .. I just want to add node groups..
aws.eks.getCluster
doesn’t return a
Cluster
object..
r
But it returns a
GetClusterResult
which is almost a
Cluster
object but read-only, and you only need the cluster name to add nodegroups
g
hmm
trying now
haha .. I was grossly over thinking this .. thank you @rich-easter-89163
👍 1