khuedoan-homelab/infra/cdk
2021-08-04 01:14:55 +07:00
..
.gitignore
cdktf.json
go.mod
go.sum
main.go
README.md Convert help to README 2021-08-04 01:14:55 +07:00

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