Ian Wahbe
Ian Wahbe
We can force explicit providers with https://github.com/pulumi/pulumi/issues/3383. This won't allow you to ignore `KUBECONFIG`, but will prevent you from forgetting to set a provider on a resource.
I see a .NET test case. We're missing a test case for python, nodejs and go. If the test case tests your code, I can take it from there if...
You should be able to workaround this issue by passing `opts` directly: ```typescript import * as pulumi from "@pulumi/pulumi"; import * as awsx from "@pulumi/awsx"; import * as aws from...
To clarify, the original behavior is correct for `provider`. It should be `providers`.
> > You should be able to workaround this issue by passing opts directly: > > @iwahbe I don't think this is a reasonable fix as this would add quite...
Hi @solomonshorser. Thanks for filing this issue. I think it is a good suggestion. For clarity, this is in reference to the `pulumi stack graph` command.
Thanks @krupaJari! You are assigned. Let me know if you have any questions.
@AaronFriel Since this issue is related to #9601, do you want to take both?
We should definitely have doc strings, but I'm not sure we should put it in `pulumi help`. I'm afraid that would balloon `pulumi help` even more then its current state.