cloudtools / troposphere

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

CloudFormation General Templates #2208

Closed morphf closed 6 months ago

morphf commented 7 months ago

I would like to be able to get General CloudFormation Templates for all AWS Resource Types. The Template should have placeholder names and all Properties with placeholder values (for example arn format). Is there a way to do it currently?

markpeek commented 7 months ago

This is outside the scope of troposphere and would not give you the results you would want. Would be best to parse and use the CloudFormation resource specification as a starting point.