pulumi-eks icon indicating copy to clipboard operation
pulumi-eks copied to clipboard

Plain methods repro

Open corymhall opened this issue 5 months ago • 1 comments

  1. make build
  2. make install_nodejs_sdk
  3. cd examples/plain-method-repro
  4. yarn install && yarn link @pulumi/eks
  5. 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).

Proposed changes

Related issues (optional)

corymhall avatar Aug 29 '24 14:08 corymhall