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

Update `set_template_description()` to use `set_description()` internally #772

Open scrthq opened 2 years ago

scrthq commented 2 years ago

Troposphere updated the underlying method name to be set_description() instead of add_description(). Without patching this behavior, setting a description on the top-level config file is unusable with the latest version of Troposphere, returning the following: AttributeError: 'Template' object has no attribute 'add_description'

kukhmaz commented 2 years ago

Any update on this fix?