mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-24 22:59:50 +07:00
24 lines
733 B
Plaintext
24 lines
733 B
Plaintext
![]() |
========================================================================================================
|
||
|
|
||
|
Your cdktf go project is ready!
|
||
|
|
||
|
cat help Prints this message
|
||
|
|
||
|
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
|
||
|
|
||
|
Learn more about using modules and providers https://cdk.tf/modules-and-providers
|
||
|
|
||
|
========================================================================================================
|