-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdk.context.json
33 lines (33 loc) · 985 Bytes
/
cdk.context.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"vpc-provider:account=848469813093:filter.isDefault=true:region=eu-west-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-0b46d79003a979158",
"vpcCidrBlock": "172.31.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-09697e00c32c8ce3e",
"cidr": "172.31.0.0/20",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-09b7f4326ec5da456"
},
{
"subnetId": "subnet-0b5987abc442f0439",
"cidr": "172.31.16.0/20",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-09b7f4326ec5da456"
},
{
"subnetId": "subnet-0c51f9f05f4e6492e",
"cidr": "172.31.32.0/20",
"availabilityZone": "eu-west-1c",
"routeTableId": "rtb-09b7f4326ec5da456"
}
]
}
]
}
}