Add CloudFormation support to NatGateway model

This commit is contained in:
Hugo Lopes Tavares 2016-03-01 11:57:46 -05:00
commit c689816337
3 changed files with 72 additions and 0 deletions

View file

@ -26,6 +26,7 @@ MODEL_MAP = {
"AWS::EC2::EIP": ec2_models.ElasticAddress,
"AWS::EC2::Instance": ec2_models.Instance,
"AWS::EC2::InternetGateway": ec2_models.InternetGateway,
"AWS::EC2::NatGateway": ec2_models.NatGateway,
"AWS::EC2::NetworkInterface": ec2_models.NetworkInterface,
"AWS::EC2::Route": ec2_models.Route,
"AWS::EC2::RouteTable": ec2_models.RouteTable,