hashicorp / terraform-cdk

Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
https://www.terraform.io/cdktf
Mozilla Public License 2.0
4.79k stars 441 forks source link

cdktf-cli: support local --template files #3656

Open icholy opened 2 weeks ago

icholy commented 2 weeks ago

Description

I have some private templates which I don't want to upload anywhere. The --template option allows providing a URL to a zip file. Ideally, I could point it at templates on my local filesystem.

References

https://github.com/hashicorp/terraform-cdk/pull/3657

Help Wanted

Community Note