We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I have a stacker definition that includes a description, like
I get the following error when trying to build the stack
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
The text was updated successfully, but these errors were encountered: