Hey guys, I ran this command but how do I reverse...
# getting-started
a
Hey guys, I ran this command but how do I reverse it now?
Copy code
pulumi config set --path 'pulumi:disable-default-providers[0]' aws
b
remove it from the stack configuration file
Pulumi.<stackname>.yaml
a
oops I was looking at the wrong stack 🙂
thank you
r
or use
pulumi config rm --path 'pulumi:disable-default-providers[0]'