khuedoan-homelab/experimental/terraform-cdk/README.md
2021-08-20 19:08:14 +07:00

417 B

Terraform CDK

Usage

Compile:

go build              # Builds your go project

Synthesize:

cdktf synth [stack]   # Synthesize Terraform resources to cdktf.out/

Diff:

cdktf diff [stack]    # Perform a diff (terraform plan) for the given stack

Deploy:

cdktf deploy [stack]  # Deploy the given stack

Destroy:

cdktf destroy [stack] # Destroy the given stack