mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
.. | ||
.gitignore | ||
cdktf.json | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
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