forked from cfn-modules/vpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 705 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "@cfn-modules/vpc",
"version": "1.2.0",
"description": "AWS VPC using two or three availability zones with public and private subnets, VPC endpoints for DynamoDB and S3, Flow Logs, and NAT gateways.",
"author": "Michael Wittig <michael@widdix.de>",
"license": "Apache-2.0",
"bundledDependencies": ["@cfn-modules/vpc-flow-log", "@cfn-modules/vpc-nat-gateway", "@cfn-modules/vpc-plain", "@cfn-modules/vpc-subnet"],
"keywords": ["cfn-modules", "cfn-modules:ExposeId"],
"homepage": "https://github.com/cfn-modules",
"bugs": {
"url": "https://github.com/cfn-modules/vpc/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cfn-modules/vpc.git"
}
}