Add support to create AWS::EC2::VPCPeeringConnection through the CloudFormation interface

This commit is contained in:
Hugo Lopes Tavares 2015-02-17 14:37:34 -05:00
commit 8d25aa2529
2 changed files with 31 additions and 0 deletions

View file

@ -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,