Add CloudFormation support to NatGateway model
This commit is contained in:
parent
21fb961c6a
commit
c689816337
3 changed files with 72 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue