anyone out there using s3 state and want to discus...
# general
p
anyone out there using s3 state and want to discuss workflows around multiple accounts? (ie, dev stack on dev account, stage stack on stage account, prod on prod account - as a simplified example) since each account has to have it's own state bucket, and bucket names are globally unique, this seems....painful. I cant just
config:aws:profile
in each stack, it seems like I have to wrapper the whole process to determine a bucket name for the stack and do a login.....