Hi, I create an eks cluster using go and
github.com/pulumi/pulumi-aws/sdk/v6/go/aws/eks. My serviceAccount für k8s role needs the oidc url. So I want to extract it from the cluster. But I find no means to do that like in previous versions. It used to work with
eksCluster.Core.OidcProvider().ApplyT(func(p *iam.OpenIdConnectProvider) {...}
but with v6, no idea. Can somebody give me a hint?