Socket
Book a DemoInstallSign in
Socket

terraformerjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terraformerjs

A wrapper around the terraform cli. Currently implemented the init, apply a

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

Terraformerjs

Standard - JavaScript Style Guide

A wrapper around the terraform cli. Currently implemented the init, apply and plan calls.

Usage

JS

'use strict'
const Terraformerjs = require('Terraformerjs')
const terraformer = new Terraformerjs({silent: true, location: './test/terraform'})

terraformer.init({options: {'plugin-dir': '~/go/bin/'}})
  .then(() => terraformer.plan())
  .then((data) => console.log(data))
  .catch((err) => console.log(err))

Configuration

Terraformerjs Options

  • options.terraform.location:
    • Location of the terraform binary to use when calling the commands
  • location: Location of the terraform files that you want to run the command against. Also the cwd for any of the calls being used.

Keywords

terraform

FAQs

Package last updated on 17 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.