Hi guys, I'm super stumped. I keep getting this `e...
# aws
e
Hi guys, I'm super stumped. I keep getting this
error: rpc error: code = Unknown desc = ["region"]: provider mismatch (kind:DELETE inputDiff:true != kind:DELETE_REPLACE inputDiff:true)
error when my AWS region is and always has been us-east-1. AWS_REGION and AWS_DEFAULT_REGION are set to us-east-1. Has anyone ever seen this? It's happening to me but not my boss, and I've tried on 3 separate systems including a minty fresh Fedora 42 install, a Mac, and WSL2.
a
Hi, given the error message this looks like a bug - can you open a GitHub issue? Might be related to your pulumi or aws provider version. You might be able to work around it if you switched to a previous version of one of those
e
Will do. I should see if there's a pulumi invocation I can use that will list all the versions of providers / plugins I'm using to make the report more useful.
@adorable-house-61348 Thanks for the suggestion. I filed the bug: https://github.com/pulumi/pulumi/issues/20032
🙌 1