Skip to content

Commit 62e92bb

Browse files
heitorlessarubenfonseca
authored andcommitted
chore: add cdk context file
1 parent 7e52789 commit 62e92bb

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

cdk.context.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"acknowledged-issue-numbers": [
3+
19836
4+
],
5+
"vpc-provider:account=231436140809:filter.isDefault=true:region=eu-west-1:returnAsymmetricSubnets=true": {
6+
"vpcId": "vpc-4d79432b",
7+
"vpcCidrBlock": "172.31.0.0/16",
8+
"availabilityZones": [],
9+
"subnetGroups": [
10+
{
11+
"name": "Public",
12+
"type": "Public",
13+
"subnets": [
14+
{
15+
"subnetId": "subnet-59e15003",
16+
"cidr": "172.31.32.0/20",
17+
"availabilityZone": "eu-west-1a",
18+
"routeTableId": "rtb-cc0a27b5"
19+
},
20+
{
21+
"subnetId": "subnet-c99febaf",
22+
"cidr": "172.31.0.0/20",
23+
"availabilityZone": "eu-west-1b",
24+
"routeTableId": "rtb-cc0a27b5"
25+
},
26+
{
27+
"subnetId": "subnet-d543049d",
28+
"cidr": "172.31.16.0/20",
29+
"availabilityZone": "eu-west-1c",
30+
"routeTableId": "rtb-cc0a27b5"
31+
}
32+
]
33+
}
34+
]
35+
},
36+
"availability-zones:account=231436140809:region=eu-west-1": [
37+
"eu-west-1a",
38+
"eu-west-1b",
39+
"eu-west-1c"
40+
]
41+
}

0 commit comments

Comments
 (0)