This message was deleted.
s
This message was deleted.
f
Working this back a bit more by ssh'ing into CI, I see it's returning version 1 of the parameter when there is a version 2.
Why would pulumi return a parameter version that is not the latest?
Even after deleting the version 1 parameter, pulumi still returns the version 1 result 🤯 There must be some sort of caching coming into play...
q
dumb question, why not use pulumi set config --secret <Your secret value>?
f
OH, I see. The aws.ssm.getParameter call is ignoring the aws:profile set in the pulumi yaml file! The call is going to the wrong account.