Skip to content

Commit

Permalink
add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailey Chen committed Oct 3, 2024
1 parent 7ebbfe5 commit 9f60103
Show file tree
Hide file tree
Showing 29 changed files with 736 additions and 273 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 @@ -35,7 +35,6 @@
"TestRoottableeigwRouteF867084E": {
"Type": "AWS::EC2::Route",
"Properties": {
"DestinationCidrBlock": "::/0",
"DestinationIpv6CidrBlock": "::/0",
"EgressOnlyInternetGatewayId": {
"Fn::GetAtt": [
Expand All @@ -49,7 +48,10 @@
"RouteTableId"
]
}
}
},
"DependsOn": [
"testEOIGWEIGW54CCAD37"
]
},
"eigwSubnetCC28B9F9": {
"Type": "AWS::EC2::Subnet",
Expand Down

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 @@ -48,24 +48,11 @@
"RouteTableId"
]
}
}
},
"TestRoottableigwRouteGWAttachment4B3E8FD9": {
"Type": "AWS::EC2::VPCGatewayAttachment",
"Properties": {
"InternetGatewayId": {
"Fn::GetAtt": [
"testIGW8D947AF2",
"InternetGatewayId"
]
},
"VpcId": {
"Fn::GetAtt": [
"igw127F1970",
"VpcId"
]
}
}
},
"DependsOn": [
"testIGWGWAttachment682A6782",
"testIGW8D947AF2"
]
},
"igwSubnetF238E402": {
"Type": "AWS::EC2::Subnet",
Expand Down Expand Up @@ -114,6 +101,23 @@
},
"testIGW8D947AF2": {
"Type": "AWS::EC2::InternetGateway"
},
"testIGWGWAttachment682A6782": {
"Type": "AWS::EC2::VPCGatewayAttachment",
"Properties": {
"InternetGatewayId": {
"Fn::GetAtt": [
"testIGW8D947AF2",
"InternetGatewayId"
]
},
"VpcId": {
"Fn::GetAtt": [
"igw127F1970",
"VpcId"
]
}
}
}
},
"Parameters": {
Expand Down

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 @@ -48,7 +48,10 @@
"RouteTableId"
]
}
}
},
"DependsOn": [
"testNATgwNATGateway1533420D"
]
},
"natgwprivSubnetE547C5A0": {
"Type": "AWS::EC2::Subnet",
Expand Down

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 @@ -48,24 +48,11 @@
"RouteTableId"
]
}
}
},
"TestRoottablenatGwRouteGWAttachment1D9CDF77": {
"Type": "AWS::EC2::VPCGatewayAttachment",
"Properties": {
"InternetGatewayId": {
"Fn::GetAtt": [
"testNATgwIGW6AC97E9A",
"InternetGatewayId"
]
},
"VpcId": {
"Fn::GetAtt": [
"natgwpub2FB85986",
"VpcId"
]
}
}
},
"DependsOn": [
"testNATgwIGWGWAttachment63DC9091",
"testNATgwIGW6AC97E9A"
]
},
"TestRoottablenatGwPubRoute0463E2F5": {
"Type": "AWS::EC2::Route",
Expand All @@ -83,7 +70,11 @@
"RouteTableId"
]
}
}
},
"DependsOn": [
"testNATgwEIP1C260FAD",
"testNATgwNATGateway1533420D"
]
},
"natgwpubSubnet79D316E5": {
"Type": "AWS::EC2::Subnet",
Expand Down Expand Up @@ -133,6 +124,23 @@
"testNATgwIGW6AC97E9A": {
"Type": "AWS::EC2::InternetGateway"
},
"testNATgwIGWGWAttachment63DC9091": {
"Type": "AWS::EC2::VPCGatewayAttachment",
"Properties": {
"InternetGatewayId": {
"Fn::GetAtt": [
"testNATgwIGW6AC97E9A",
"InternetGatewayId"
]
},
"VpcId": {
"Fn::GetAtt": [
"natgwpub2FB85986",
"VpcId"
]
}
}
},
"testNATgwEIP1C260FAD": {
"Type": "AWS::EC2::EIP",
"Properties": {
Expand Down

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 @@ -48,24 +48,12 @@
"RouteTableId"
]
}
}
},
"TestRoottablevpgwRouteGWAttachmentDD0077EE": {
"Type": "AWS::EC2::VPCGatewayAttachment",
"Properties": {
"VpcId": {
"Fn::GetAtt": [
"vpgw2AB64B6B",
"VpcId"
]
},
"VpnGatewayId": {
"Fn::GetAtt": [
"testVPGWIGW816C7C4F",
"VPNGatewayId"
]
}
}
},
"DependsOn": [
"testVPGWIGW816C7C4F",
"testVPGWRoutePropagationD01C7942",
"testVPGWVPCVPNGWF1D3DC88"
]
},
"vpgwSubnet5E7F36AD": {
"Type": "AWS::EC2::Subnet",
Expand Down Expand Up @@ -117,6 +105,38 @@
"Properties": {
"Type": "ipsec.1"
}
},
"testVPGWVPCVPNGWF1D3DC88": {
"Type": "AWS::EC2::VPCGatewayAttachment",
"Properties": {
"VpcId": {
"Fn::GetAtt": [
"vpgw2AB64B6B",
"VpcId"
]
},
"VpnGatewayId": {
"Fn::GetAtt": [
"testVPGWIGW816C7C4F",
"VPNGatewayId"
]
}
}
},
"testVPGWRoutePropagationD01C7942": {
"Type": "AWS::EC2::VPNGatewayRoutePropagation",
"Properties": {
"RouteTableIds": [],
"VpnGatewayId": {
"Fn::GetAtt": [
"testVPGWIGW816C7C4F",
"VPNGatewayId"
]
}
},
"DependsOn": [
"testVPGWVPCVPNGWF1D3DC88"
]
}
},
"Parameters": {
Expand Down

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

Loading

0 comments on commit 9f60103

Please sign in to comment.