khuedoan-homelab/infra/cdk
2021-08-04 01:14:55 +07:00
..
.gitignore Initial Terraform CDK support 2021-08-03 17:14:13 +00:00
cdktf.json Add rke and helm provider to cdktf 2021-08-04 01:11:44 +07:00
go.mod Initial Terraform CDK support 2021-08-03 17:14:13 +00:00
go.sum Initial Terraform CDK support 2021-08-03 17:14:13 +00:00
main.go Initial Terraform CDK support 2021-08-03 17:14:13 +00:00
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