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