cloudtools / cloudtools/troposphere

cfn2py and spaces in Tags

Open
#462 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.