-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcdk.context.json
More file actions
46 lines (46 loc) · 1.32 KB
/
cdk.context.json
File metadata and controls
46 lines (46 loc) · 1.32 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
39
40
41
42
43
44
45
46
{
"vpc-provider:account=116696501967:filter.vpc-id=vpc-010e3e83ecd297711:region=eu-west-1:returnAsymmetricSubnets=true": {
"vpcId": "vpc-010e3e83ecd297711",
"vpcCidrBlock": "172.30.0.0/16",
"ownerAccountId": "116696501967",
"availabilityZones": [],
"subnetGroups": [
{
"name": "Public",
"type": "Public",
"subnets": [
{
"subnetId": "subnet-034c36a27a994d623",
"cidr": "172.30.0.0/24",
"availabilityZone": "eu-west-1a",
"routeTableId": "rtb-0f674d0a0eed14c2d"
},
{
"subnetId": "subnet-05d0cffccf708384b",
"cidr": "172.30.1.0/24",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-05318aee1e7a9567d"
},
{
"subnetId": "subnet-013c5e63c83740213",
"cidr": "172.30.2.0/24",
"availabilityZone": "eu-west-1c",
"routeTableId": "rtb-05318aee1e7a9567d"
}
]
},
{
"name": "Private",
"type": "Private",
"subnets": [
{
"subnetId": "subnet-045cae7f4f65c92d8",
"cidr": "172.30.3.0/24",
"availabilityZone": "eu-west-1b",
"routeTableId": "rtb-0f674d0a0eed14c2d"
}
]
}
]
}
}