@form8ion/terraform
v1.0.1
Published
form8ion plugin for projects that manage infrastructure as code with terraform
Downloads
9
Readme
terraform
form8ion plugin for projects that manage infrastructure as code with terraform
Table of Contents
Usage
Installation
$ npm install @form8ion/terraform --save-prod
Example
Import
import {scaffold} from '@form8ion/terraform';
Execute
(async () => {
await scaffold({projectRoot: process.cwd()});
})();
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test