create-terraform-module
v1.0.5
Published
Create a Terraform Cloud module with one command
Downloads
6
Readme
Create Terraform Module ✨
Create & manage Terraform Cloud modules with no configuration or the hassles of releasing. Just create and deploy modules with a continuous integration cycle. GitHub Actions come included.
Quick Overview
yarn create terraform-module my-vpc aws
cd terraform-aws-my-vpc
yarn deploy
You can also use NPM
npm init terraform-module my-vpc aws
cd terraform-aws-my-vpc
npm deploy