cloudtools / cloudtools/troposphere
cfn2py and spaces in Tags
Open
cfn2py
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
The output Python script fails to run when there are tags with spaces in the key name:
```
Tags=Tags(
Customer="XXX",
environment="production",
Patch Group="b",
application="infra",
Name="YYY",
),
```
Gives me:
File "d:\Downloads\tropo.py", line 628
Patch Group="b",
^
SyntaxError: invalid syntax
Contributor guide
Assessment
This issue has not been assessed yet.