@grucloud/module-aws-certificate
Version:
provides an AWS SSL certificate and the associated Route53 resources to validate the certificate
31 lines (30 loc) • 752 B
JSON
{
"name": "@grucloud/module-aws-certificate",
"version": "2.3.1",
"description": "provides an AWS SSL certificate and the associated Route53 resources to validate the certificate",
"homepage": "https://github.com/grucloud/grucloud/tree/main/packages/modules/aws/certificate",
"main": "iac.js",
"scripts": {},
"keywords": [
"aws",
"ACM",
"SSL",
"Certificate",
"DNS",
"grucloud"
],
"author": "",
"license": "ISC",
"dependencies": {
"@grucloud/core": "^2.3.1",
"@grucloud/provider-aws": "^2.3.1"
},
"devDependencies": {
"mocha": "^8.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/grucloud/grucloud"
},
"gitHead": "64b5810327c212e0bacad7f7780e96388026575f"
}