-
Notifications
You must be signed in to change notification settings - Fork 6
/
cdk.context.json
54 lines (54 loc) · 1.18 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"vpc-provider:account=659154734889:filter.isDefault=true:region=eu-central-1": {
"vpcId": "vpc-1dcb7875",
"availabilityZones": [
"eu-central-1a",
"eu-central-1b",
"eu-central-1c"
],
"publicSubnetIds": [
"subnet-5186f539",
"subnet-4dd96337",
"subnet-fd162db7"
],
"publicSubnetNames": [
"Public"
],
"publicSubnetRouteTableIds": [
"rtb-f5a5c49d",
"rtb-f5a5c49d",
"rtb-f5a5c49d"
]
},
"availability-zones:account=659154734889:region=eu-central-1": [
"eu-central-1a",
"eu-central-1b",
"eu-central-1c"
],
"vpc-provider:account=424144556073:filter.isDefault=true:region=eu-west-1": {
"vpcId": "vpc-69da950d",
"availabilityZones": [
"eu-west-1a",
"eu-west-1b",
"eu-west-1c"
],
"publicSubnetIds": [
"subnet-c4dcbb9c",
"subnet-e13d1885",
"subnet-cdd08cbb"
],
"publicSubnetNames": [
"Public"
],
"publicSubnetRouteTableIds": [
"rtb-b8d4cbdc",
"rtb-b8d4cbdc",
"rtb-b8d4cbdc"
]
},
"availability-zones:account=424144556073:region=eu-west-1": [
"eu-west-1a",
"eu-west-1b",
"eu-west-1c"
]
}