Skip to content

form8ion plugin for projects that manage infrastructure as code with terraform

License

Notifications You must be signed in to change notification settings

form8ion/terraform

Folders and files

NameName
Last commit message
Last commit date
Apr 14, 2025
May 2, 2024
Jan 8, 2025
Jan 8, 2025
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
Oct 30, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
Apr 21, 2025
Apr 21, 2025
May 2, 2024
Jan 8, 2025

Repository files navigation

terraform

form8ion plugin for projects that manage infrastructure as code with terraform

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

MIT license npm Try @form8ion/terraform on RunKit

Installation

$ npm install @form8ion/terraform --save-prod

Example

Import

import {scaffold} from '@form8ion/terraform';

Execute

(async () => {
  await scaffold({projectRoot: process.cwd()});
})();

Contributing

Commitizen friendly Conventional Commits semantic-release: angular Renovate PRs Welcome

Dependencies

$ nvm install
$ npm install

Verification

$ npm test