Custom Resources #661
Labels
cdktf
enhancement
New feature or request
feature/dynamic-terraform
priority/important-longterm
Medium priority, to be worked on within the following 1-2 business quarters.
size/large
estimated < 1 month
Community Note
Description
It'd be fantastic to have the option to create custom, stateful resources on the fly. Essentially an
cdktf-adhoc-provider
, which acts as a Terraform Plugin. This should be auto generated from user written code.Prior Art
There is the https://github.com/lukekaalim/terraform-plugin-node-SDK project which is doing something like this for nodejs already. While it seems to be more like a proof of concept, their readme describes the use-cases I have in mind pretty well:
There's also an example how their implementation looks like.
The text was updated successfully, but these errors were encountered: