mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
417 B
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