troposphere
troposphere copied to clipboard
troposphere - Python library to create AWS CloudFormation descriptions
is there example implementation of this service (ENI's in a VPC) ? https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ElasticNetworkInterfaces.html if so, can you share this?
**Summary** I think the Readme should only contain the services that are not supported so that it will become easier to verify.
Can you please add an example for creating DB cluster
It been almost 2 months since the last release and there are numerous additions that would be useful to the entire community. Can we get a 1.9.6 release?
Troposphere is awesome! Thank you everyone for working on it. I was able to create a Role with title value containing "-" i.e. alphanumeric. This passes troposphere validation, but fails...
The loading of yaml in validate_template does not work when there is a !GetAtt in the template.
There is a way to rename with a prefix all the LogicalsIds in a template? I need to update also reference. My idea is: template_one.prefix(prefix=one) template_two.prefix(prefix=two) template = template_one +...
When trying to create a Regular Expression matcher in WafV2 using troposphere you have to add a RegularExpressionList object to a RegularExpressionList parameter. Looking at the CFN documentation (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-regexpatternset.html#cfn-wafv2-regexpatternset-regularexpressionlist) I...
Hi, Is possible to add AWS::Include? I am using troposphere to build API solutions via serverless model. AWS::Include could help to import API doco into cloud formation script. Reference AWS...
Hi, Troposphere version: 1.9.5 I tried to create a step function using StateMachine. The JSON file I get using "t.to_json" looks something like this (This is just an example, I...