1.0.5 • Published 4 years ago

create-terraform-module v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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