pulumi-eks
pulumi-eks copied to clipboard
Plain methods repro
-
make build
-
make install_nodejs_sdk
-
cd examples/plain-method-repro
-
yarn install && yarn link @pulumi/eks
-
PATH=... pulumi up --diff
You will see that the namespace
resource is using a default provider rather than the specified one (because the specified one is undefined).