Hi all, i need to chain provisioning of an EKS cluster with resource being added to that cluster. My...
s
Hi all, i need to chain provisioning of an EKS cluster with resource being added to that cluster. My initial approach would be to dynamically create the k8s provider with outputs from the EKS cluster, but that at least has the impact of not showing the k8s resources in the preview. The k8s resources start showing up after the cluster has provisioned and pulumi can resolve the chain of dependencies. Is this approach kosher? Is there a better way to go about it?