This message was deleted.
# general
s
This message was deleted.
c
I just added in my python
__main__.py
the call
aws.get_caller_identity()
and then referenced
accountId
. You could do something more advanced such as a pulumi config variable set to the accountId and conditionalize the two and fail if account isnt expected, or matching. Then during preview and up I print out what account it being updated.
b
Thanks 🙂