-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp
38 lines (25 loc) · 1.23 KB
/
help
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
36
37
38
========================================================================================================
Your cdktf Python project is ready!
cat help Prints this message
Compile:
poetry run ./main.py Compile and run the python code.
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 find all prebuilt providers on PyPI: https://pypi.org/user/cdktf-team/
You can also install these providers directly through poetry:
poetry add cdktf-cdktf-provider-aws
poetry add cdktf-cdktf-provider-google
poetry add cdktf-cdktf-provider-azurerm
poetry add cdktf-cdktf-provider-docker
poetry add cdktf-cdktf-provider-github
poetry add cdktf-cdktf-provider-null
You can also build any module or provider locally. Learn more: https://cdk.tf/modules-and-providers
========================================================================================================