terraform-cdk — Easy Playground
Define cloud infrastructure using Python with Terraform CDK
Getting started with terraform-cdkRun locally
Install
pip install cdktfPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: terraform_cdk)
terraform-cdk is a third-party package. Define cloud infrastructure using Python with Terraform CDK. Install with: pip install cdktf
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?