Skip to content

Commit

Permalink
adding unit test for defining imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shikha372 committed Oct 16, 2024
1 parent 34fdfb3 commit e1b038c
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 141 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,6 @@
"ImportedNewVPCInternetGatewayIGWA7EB1B6C"
]
},
"ImportedNewVPCAddnewImportedSubnetDefaultIPv6Route98D952A0": {
"Type": "AWS::EC2::Route",
"Properties": {
"DestinationIpv6CidrBlock": "::/0",
"GatewayId": {
"Fn::GetAtt": [
"ImportedNewVPCInternetGatewayIGWA7EB1B6C",
"InternetGatewayId"
]
},
"RouteTableId": {
"Fn::GetAtt": [
"AddnewImportedSubnetRouteTable73C1E1B7",
"RouteTableId"
]
}
},
"DependsOn": [
"ImportedNewVPCInternetGatewayGWAttachment5928F3D0",
"ImportedNewVPCInternetGatewayIGWA7EB1B6C"
]
},
"ImportedNewVPCAddnewImportedSubnetDefaultRoute40344A0C": {
"Type": "AWS::EC2::Route",
"Properties": {
Expand All @@ -76,28 +54,6 @@
"ImportedNewVPCInternetGatewayIGWA7EB1B6C"
]
},
"ImportedNewVPCAddnewImportedSubnet2DefaultIPv6Route1EBC364B": {
"Type": "AWS::EC2::Route",
"Properties": {
"DestinationIpv6CidrBlock": "::/0",
"GatewayId": {
"Fn::GetAtt": [
"ImportedNewVPCInternetGatewayIGWA7EB1B6C",
"InternetGatewayId"
]
},
"RouteTableId": {
"Fn::GetAtt": [
"AddnewImportedSubnet2RouteTable2F07FB4F",
"RouteTableId"
]
}
},
"DependsOn": [
"ImportedNewVPCInternetGatewayGWAttachment5928F3D0",
"ImportedNewVPCInternetGatewayIGWA7EB1B6C"
]
},
"ImportedNewVPCAddnewImportedSubnet2DefaultRouteE8630009": {
"Type": "AWS::EC2::Route",
"Properties": {
Expand Down Expand Up @@ -150,7 +106,6 @@
"AssignIpv6AddressOnCreation": false,
"AvailabilityZone": "us-west-2a",
"CidrBlock": "10.2.2.0/24",
"Ipv6CidrBlock": "2600:1f14:b1d:6500::/64",
"VpcId": "vpc-08193db3ccc4f909f"
}
},
Expand Down Expand Up @@ -180,7 +135,6 @@
"AssignIpv6AddressOnCreation": false,
"AvailabilityZone": "us-west-2a",
"CidrBlock": "10.3.2.0/24",
"Ipv6CidrBlock": "2600:1f14:b1d:6501::/64",
"VpcId": "vpc-08193db3ccc4f909f"
}
},
Expand Down
Loading

0 comments on commit e1b038c

Please sign in to comment.