-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp
More file actions
35 lines (21 loc) · 1.16 KB
/
help
File metadata and controls
35 lines (21 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
========================================================================================================
Your cdktf Java project is ready!
cat help Prints this message
Compile:
mvn compile Compiles your Java packages
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
Use Providers:
You can add prebuilt providers (if available) or locally generated ones using the add command:
cdktf provider add "aws@~>3.0" null kreuzwerker/docker
All prebuilt providers are available on Maven Central: https://mvnrepository.com/artifact/com.hashicorp
You can also add these providers directly to your pom.xml file.
You can also build any module or provider locally. Learn more: https://cdk.tf/modules-and-providers
========================================================================================================