Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add stack description with latest version of troposphere #771

Open
JulioPablo opened this issue Oct 5, 2021 · 0 comments
Open

Can't add stack description with latest version of troposphere #771

JulioPablo opened this issue Oct 5, 2021 · 0 comments

Comments

@JulioPablo
Copy link

JulioPablo commented Oct 5, 2021

If I have a stacker definition that includes a description, like

stacks:
- name: myStack
  class_path: ...
  stack_name: ...
  description: My lovely stack
  region: ...

I get the following error when trying to build the stack

AttributeError: `Template` object has no attribute `add_description`

I believe this has to do with some changes made on the 3.0.0 troposphere release

https://github.com/cloudtools/troposphere/blob/7bf20c3b58730f93bfaecd5f2171c3157f53fa05/CHANGELOG.rst#300-20210705

Stacker seems to be calling add_description but it has been updated to set_description.

Stacker 1.7.2
troposphere 3.0.3
Python 3.9.7
Windows 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant