ts-terraform Logots-terraform
npm version
Build Status
  • Modules
    • ts-terraform
    • @ts-terraform/hcl
    • @ts-terraform/provider
    • @ts-terraform/provider-aws
    • @ts-terraform/registry-client

Modules

Depending on your use-case, you may prefer to import ts-terraform, which contains all functionality in one package, or alternatively you may prefer to only import the modules you need.

ModuleDescription
ts-terraformRoot module, includes (and re-exports) all the other @ts-terraform/* modules
@ts-terraform/hclHCL2 parser, powered by Wasm
@ts-terraform/providergRPC client for Terraform providers, allows interacting with providers directly, bypassing the terraform CLI
@ts-terraform/provider-awsCode-generated, type-safe client for the Terraform AWS provider
@ts-terraform/registry-clientAPI client for the Terraform Registry