cloudtools / cloudtools/troposphere
troposphere.Join unintentionally strips out double quotes
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
I have a case where I am adding an userdata script that is writing a json file content via cloud-init. The json needs the double quotes but what results is the Join statement stripping it out. It is then passed to a troposphere.Join but the quotes get mangled by encode_to_dict
Contributor guide
Assessment
This issue has not been assessed yet.