-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcdk.context.json
More file actions
38 lines (38 loc) · 1.1 KB
/
cdk.context.json
File metadata and controls
38 lines (38 loc) · 1.1 KB
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
35
36
37
38
{
"vpc-provider:account=072852549383:filter.isDefault=true:region=eu-central-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-00de64c5cf205c826",
"vpcCidrBlock": "172.31.0.0/16",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-017cf73aeedb07da5",
"cidr": "172.31.16.0/20",
"availabilityZone": "eu-central-1a",
"routeTableId": "rtb-0df0822a1d85843ec"
},
{
"subnetId": "subnet-0b6d14c0aedab57d8",
"cidr": "172.31.32.0/20",
"availabilityZone": "eu-central-1b",
"routeTableId": "rtb-0df0822a1d85843ec"
},
{
"subnetId": "subnet-0f662c26efb06df90",
"cidr": "172.31.0.0/20",
"availabilityZone": "eu-central-1c",
"routeTableId": "rtb-0df0822a1d85843ec"
}
]
}
]
},
"availability-zones:account=072852549383:region=eu-central-1": [
"eu-central-1a",
"eu-central-1b",
"eu-central-1c"
]
}