I’m having a hard time deploying to aws getting co...
# general
o
I’m having a hard time deploying to aws getting constant aws credentials failed. Only if I add
aws:skipCredentialsValidation: true
to the pulumi yaml I’m able to deploy. Is this a known issue?
a
hi there!...where do you normally store your aws credentials? i keep mine in the conventional
~/.aws/credentials
and pulumi (and/or the underlying terraform?) knows how to read them from there....environment variables would also work