TerraStackIO / terrastack

This project is archived, but the idea of Terrastack lives on in the Terraform CDK. - https://github.com/hashicorp/terraform-cdk
https://terrastack.io
74 stars 1 forks source link

Make destroy work. Plus, add Proxy to allow "computed" stack plans #16

Closed skorfmann closed 5 years ago

skorfmann commented 5 years ago

This allows the following:

The injecting is done via a proxy class. It's a pretty simple approach, but it works at least in the complex example. Would probably fail for complex hcl types (lists / map).