cloudtools / stacker

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

Roles must be comma seperated list, as stated in templates/stacker-bu… #656

Closed jhooyberghs closed 6 years ago

jhooyberghs commented 6 years ago

I encountered this inconsistency while trying the cross-account example. The stacker.yaml states an array of accounts, while the corresponding template templates/stacker-bucket.yaml clearly states it should be given a comma seperated list.