Is it possible to disable the default providers wi...
# automation-api
b
Is it possible to disable the default providers with automation-api with something like:
config.Add("pulumi:disable-default-providers[0]", new ConfigValue("aws", false));
I was still using the method of setting Region to invalid, for aws.
config.Add("pulumi:disable-default-providers", new ConfigValue("aws", false));
ugh, had to remove [0] 🙂