Any idea why my explicit provider is saying that i...
# automation-api
w
Any idea why my explicit provider is saying that it is unknown when using the automation API? Is there some extra step that I need to take?
b
Are you disabling default providers? https://www.pulumi.com/docs/concepts/resources/providers/
pulumi:disable-default-providers[0]
with a value of
*
can be passed to automation api using
SetAllConfigAsync
w
Yes