Add support to create AWS::EC2::VPCPeeringConnection through the CloudFormation interface
This commit is contained in:
parent
a53312ee68
commit
8d25aa2529
2 changed files with 31 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ MODEL_MAP = {
|
|||
"AWS::EC2::VolumeAttachment": ec2_models.VolumeAttachment,
|
||||
"AWS::EC2::VPC": ec2_models.VPC,
|
||||
"AWS::EC2::VPCGatewayAttachment": ec2_models.VPCGatewayAttachment,
|
||||
"AWS::EC2::VPCPeeringConnection": ec2_models.VPCPeeringConnection,
|
||||
"AWS::ElasticLoadBalancing::LoadBalancer": elb_models.FakeLoadBalancer,
|
||||
"AWS::IAM::InstanceProfile": iam_models.InstanceProfile,
|
||||
"AWS::IAM::Role": iam_models.Role,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue