0.0.4 • Published 2 years ago

@c6fc/terraform v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@c6fc/terraform

Link and use the Terraform binary with NPM.

Usage

npm install -p @c6fc/terraform

Set the tf_version config element in your package.json:

"config": {
	"tf_version": "0.15.4"
}
const terraform = require('@c6fc/terraform'); // Install and link Terraform 0.15.4

console.log(terraform); 

/* {
	cacheDir: <path to terraform cache>
	version: <the version of Terraform that's loaded>
	executablePath: <the path to the terraform executable>
} */

I created this package specifically for use with Sonnetry (@c6fc/sonnetry), but perhaps someone else will find it useful.

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.15.4

2 years ago