https://pulumi.com logo
g

great-accountant-75189

04/02/2020, 5:56 AM
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

rich-easter-89163

04/02/2020, 6:00 AM
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

great-accountant-75189

04/02/2020, 6:00 AM
hmm
trying now
haha .. I was grossly over thinking this .. thank you @rich-easter-89163
👍 1