cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

Fix compile error in ec2.py #2156

Closed jianz closed 1 year ago

jianz commented 1 year ago

Fixed #2155 compile error in ec2.py Replace the build-in compile() function with re.compile(), and add test cases.

bybywudi commented 1 year ago

@markpeek Could someone please look at this issue?

markpeek commented 1 year ago

Sorry for the delay. Thank you for the PR and adding the tests.