terraform-cdk
Package — Cloud/DevOpsPython 3.7+Advanced
Define cloud infrastructure using Python with Terraform CDK
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- constructs, jsii, publication, typeguard, cattrs
- Install
pip install cdktf
Learn by Difficulty
Quick Example
python
# Install: pip install cdktf import terraform_cdk # Basic terraform-cdk usage print(f"Using terraform-cdk") # See documentation for detailed examples
terraform-cdk is a third-party package. Define cloud infrastructure using Python with Terraform CDK. Install with: pip install cdktf
Try in PlaygroundTags
packageclouddevopsinfrastructure