cloudtools / stacker

An AWS CloudFormation Stack orchestrator/manager.
http://stacker.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
711 stars 167 forks source link

Access pseudo parameters in stacker.yml #735

Closed marcelmindemann closed 1 year ago

marcelmindemann commented 5 years ago

Hi, is it possible to access CloudFormation pseudo parameter such as AWS::AccountId in my stacker.yml? Currently I don't see an easy way to do it other than the parametrized file lookup, where I can use {{AWS::AccountId}}. This really feels like a hack though.