The-Grand-Stew / stew

MIT License
3 stars 1 forks source link

Research Terraform CDK #17

Open veda-p opened 2 years ago

veda-p commented 2 years ago

Use terraform cdk https://github.com/hashicorp/terraform-cdk to dynamically create infrastructure scripts. the current approach may not be scalable as it involves hcl file manipulations .

aashritShankar commented 2 years ago

https://www.hashicorp.com/blog/cdk-for-terraform-enabling-python-and-typescript-support.

-- If you plan to create and package your own constructs, we recommend choosing TypeScript. Using TypeScript allows you to use the cdktf constructs package generator to build and publish your constructs in multiple languages. found this on the terraform site. Looks like golang support for now is not fully mature ?