This message was deleted.
# aws
s
This message was deleted.
b
@bitter-kite-21926 export the kubeconfig from your
common
project, then build a provider in your per-project infrastructure and pass it to the resources. here’s an example of building the cluster and exporting the kubeconfig: https://github.com/jaxxstorm/pulumi-examples/blob/main/typescript/aws/eks-platform/eks/index.ts#L22 then grabbing the provider from the other stack as a stack reference: https://github.com/jaxxstorm/pulumi-examples/blob/main/typescript/aws/eks-platform/sample-app/index.ts#L8
🙌 1