https://pulumi.com logo
#golang
Title
k

kind-airport-89906

04/21/2021, 8:29 PM
How would I go about accessing the Name of an EKS cluster created with the EKS pulumi module? I’ve tried accessing it out of the
cluster.Core.Cluster.Name
and with
cluster.EksCluster.Name
and i keep getting errors like the following:
Copy code
./main.go:94:38: cluster.EksCluster.Name undefined (type "<http://github.com/pulumi/pulumi-aws/sdk/v4/go/aws/eks|github.com/pulumi/pulumi-aws/sdk/v4/go/aws/eks>".ClusterOutput has no field or method Name)
3 Views