Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update troposphere library (Sceptre#1111)
When attempting to deploy troposphere template I get the following error ``` AttributeError: 'Template' object has no attribute 'to_yaml' ``` Accoring to cloudtools/troposphere#759 it seems like we need to update trophoshere to a version where the `to_yaml` was added back. The current version of trophosphere is pretty old anyways. The latest version is 3.0.3 however updating to 3.0.3 causes unit tests to fail so we are sticking to the latest 2.x version.
- Loading branch information