khuedoan-homelab/infra/cdk
2021-08-20 19:01:22 +07:00
..
.gitignore Restructure so we can merge sooner without breaking current code 2021-08-20 19:01:22 +07:00
cdktf.json Restructure so we can merge sooner without breaking current code 2021-08-20 19:01:22 +07:00
go.mod Restructure so we can merge sooner without breaking current code 2021-08-20 19:01:22 +07:00
go.sum Restructure so we can merge sooner without breaking current code 2021-08-20 19:01:22 +07:00
main.go Restructure so we can merge sooner without breaking current code 2021-08-20 19:01:22 +07:00
README.md Restructure so we can merge sooner without breaking current code 2021-08-20 19:01:22 +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