DEV Community

Discussion on: Getting started with CDK for Terraform

Collapse
 
skorfmann profile image
Sebastian Korfmann

Thanks for writing this!

Add the dependencies in Pipenv file in our case
[packages]
constructs="3.0.4"
cdktf="0.0.12"
Pipenv will throw an error if you don't define the version for the packages

This sounds like something which could be improved as part of the Python template, what do you think? If so, it'd fantastic if you could file a bug cdk.tf/bug

Collapse
 
abhishekamralkar profile image
Abhishek Anand Amralkar

Thanks! I will file a bug.