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
75 stars 1 forks source link

Fix backend key #17

Closed littldr closed 5 years ago

littldr commented 5 years ago

Currently we use the workingDir as part of the backend key. This results to keys like ...//Users/litt/Workspace/... and this seems to break terraform (at least on my machine).

This PR refactors this part a bit and uses the Stack and Component Name as part of the key.

skorfmann commented 5 years ago

Sweet 👍