cdk8s-team / cdk8s

Define Kubernetes native apps and abstractions using object-oriented programming
https://cdk8s.io
Apache License 2.0
4.21k stars 290 forks source link

cdk8s-cdktf-resolver: Support cdktf ^0.20 #2018

Open BrentSouza opened 1 week ago

BrentSouza commented 1 week ago

Description of the feature or enhancement:

Is there any particular reason this project is fixed on cdktf 0.19? There are some nice enhancements for cdktf 0.20 that we currently can't use when using cdk8s + cdktf in the same project.

Use Case:

Projects where someone wants to use cdktf + cdk8s in the same library.

Proposed Solution:

Update deps.


This is a :rocket: Feature Request

iliapolo commented 1 week ago

See my comments on https://github.com/cdk8s-team/cdk8s-cdktf-resolver/pull/445