--
You received this message because you are subscribed to the Google Groups "cloudtools-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloudtools-de...@googlegroups.com.
To post to this group, send email to cloudto...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloudtools-dev/c3fab1e1-453d-4709-aaa3-1bf1e125cccb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Try something like this:from troposphere import Template, Parametert = Template()t.add_parameter(Parameter("SecurityGroup",Type="AWS::SSM::Parameter::Value<AWS::EC2::SecurityGroup::Id>",Description="SSM parameter referencing the private security group ID",Default="/Params/VPC/PrivateSG",))print t.to_yaml()
On Fri, May 3, 2019 at 4:09 PM Skip <gmo...@godaddy.com> wrote:
Hi,--I wasn't able to find documentation or an example for this, but I'm using sceptre and Service Catalog, with my normal yaml template I can do:Parameters:SecurityGroup:Type: AWS::SSM::Parameter::Value<AWS::EC2::SecurityGroup::Id>Description: SSM parameter referencing the private security group IDDefault: /Params/VPC/PrivateSGThen !Ref SecurityGroup for the value will contain the value from the parameter store. Any tips on doing this in troposphere?Thanks in advance!-Skip
You received this message because you are subscribed to the Google Groups "cloudtools-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloudto...@googlegroups.com.