Add support to AWS::EC2::SecurityGroupIngress creation
This commit is contained in:
parent
c0e80de4d3
commit
dc351dfc9e
3 changed files with 181 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ MODEL_MAP = {
|
|||
"AWS::EC2::Route": ec2_models.Route,
|
||||
"AWS::EC2::RouteTable": ec2_models.RouteTable,
|
||||
"AWS::EC2::SecurityGroup": ec2_models.SecurityGroup,
|
||||
"AWS::EC2::SecurityGroupIngress": ec2_models.SecurityGroupIngress,
|
||||
"AWS::EC2::Subnet": ec2_models.Subnet,
|
||||
"AWS::EC2::SubnetRouteTableAssociation": ec2_models.SubnetRouteTableAssociation,
|
||||
"AWS::EC2::Volume": ec2_models.Volume,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue