Provider Functions and Kubernetes Manifest Decode

Utilizing CDKTF it would be very handy to be able to utilize the Provider Functions in the Kubernetes Provider such as manifest_decode such that I could reference the resources in CDKTF.

Furthermore, if I were able to define a git or http module source that combined with the manifest_decode, well that would be the most of excellence.

First, is there a way currently to utilize the terraform-provider-kubernetes functions?

Next, would there be a way to import the manifest_decode as a CDK module?

Thanks for any pointers.

It’s not currently supported. Feel free to plus one provider-generator: Add support for provider functions · Issue #3686 · hashicorp/terraform-cdk · GitHub to draw attention.

1 Like