5.2.1 • Published 2 months ago

@nx-extend/terraform v5.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@nx-extend/terraform

Nx plugin for deploying your resources with terraform.

Setup

This package expects Terraform to be already installed and available.

Install

npm install -D @nx-extend/terraform
nx g @nx-extend/terraform:init

Usage

Setup

nx g @nx-extend/terraform:init

Available options:

nametyperequireddefaultdescription
--namestringtrueTerraform project name
--directorystringfalseA directory where the project is placed, based on the sourceRoot
--tagsstringfalseemptyComma separated list for tags

Terraform execution

nx run <terraform-project-name>:initialize
nx run <terraform-project-name>:providers
nx run <terraform-project-name>:plan
nx run <terraform-project-name>:apply
nx run <terraform-project-name>:destroy
nx run <terraform-project-name>:validate
nx run <terraform-project-name>:test

Available options:

nametypedefaultdescription
5.2.1

2 months ago

5.2.0

2 months ago

5.1.0

2 months ago

5.0.0

3 months ago

4.1.0

5 months ago

4.2.0

5 months ago

4.0.4

5 months ago

3.1.2

9 months ago

3.2.0

8 months ago

3.1.1

9 months ago

4.0.1

6 months ago

4.0.0

6 months ago

4.0.3

5 months ago

4.0.2

5 months ago

3.1.0

11 months ago

3.0.0

11 months ago

0.0.5

11 months ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.0-alpha.3

1 year ago

0.0.0-alpha.2

1 year ago

0.0.0-alpha.1

1 year ago