https://pulumi.com logo
Title
a

able-energy-34495

04/19/2023, 8:12 PM
Hey guys, I ran this command but how do I reverse it now?
pulumi config set --path 'pulumi:disable-default-providers[0]' aws
b

billowy-army-68599

04/19/2023, 8:13 PM
remove it from the stack configuration file
Pulumi.<stackname>.yaml
a

able-energy-34495

04/19/2023, 8:14 PM
oops I was looking at the wrong stack 🙂
thank you
r

red-match-15116

04/19/2023, 8:14 PM
or use
pulumi config rm --path 'pulumi:disable-default-providers[0]'