0.1.10 • Published 4 years ago

hcl2cdktf v0.1.10

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

hcl2cdktf

Converts HCL to Terraform CDK

Installation

npm i -g hcl2cdktf

Usage

You should specify a Terraform file for processing:

hcl2cdktf test.tf

To output to a specific file instead of to stdout:

hcl2cdktf test.tf -o mycdktf.ts

-o, --output-filename <filename>

(Optional) The filename of the output file

-b, --bare

(Optional) Omit boilerplate like imports and class generation

Supported Features

  • HCL1 & HCL2
  • Providers
  • Resources
  • Data Sources
  • Outputs
  • Attribute referencing
  • Locals (via escape hatch)
0.1.10

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago