When I try to destroy stack resources i get the fo...
# general
s
When I try to destroy stack resources i get the following error even if
aws:region
config is set. Any clues? I created resources on other pc and then switched pc and selected same stack. But when I try to destroy it, this error pops out.
Pulumi.dev.yaml:
Copy code
config:
  aws:region: us-east-1
And on the remote:
it's strange, I needed to run
pulumi up
first in order to run
pulumi destroy
successfully