-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdk.context.json
34 lines (34 loc) · 1.02 KB
/
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
34
{
"vpc-provider:account=247552951819:filter.vpc-id=vpc-03aa0986b3d0583c0:region=eu-central-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-03aa0986b3d0583c0",
"vpcCidrBlock": "172.31.0.0/16",
"ownerAccountId": "247552951819",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-021ca6dd244388c2f",
"cidr": "172.31.16.0/20",
"availabilityZone": "eu-central-1a",
"routeTableId": "rtb-0c13980696977dc05"
},
{
"subnetId": "subnet-0b187053434cebdd7",
"cidr": "172.31.32.0/20",
"availabilityZone": "eu-central-1b",
"routeTableId": "rtb-0c13980696977dc05"
},
{
"subnetId": "subnet-014ec3d0e4155ffbf",
"cidr": "172.31.0.0/20",
"availabilityZone": "eu-central-1c",
"routeTableId": "rtb-0c13980696977dc05"
}
]
}
]
}
}