1.0.6 • Published 1 year ago

generator-terragrunt-terraform v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

generator-terragrunt-terraform NPM version

Installation

First, install Yeoman and generator-terragrunt-terraform using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-terragrunt-terraform

Usage

Generating a project

To generate a new Terragrunt project:

In the directory you want to initialize the project:

yo terragrunt-terraform

Generating a module

To generate a new Terragrunt module:

In the root directory of the Terragrunt project: (it is assumed that the project was generated using this generator):

yo terragrunt-terraform:module {{ module_name }}

In addition, you can specify the dependencies of the module using comma-separated module names:

yo terragrunt-terraform:module {{ module_name }} --moduleDependencies infrastructure,eks

License

MIT © Hung Luong

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago