I have implemented support for terraform workspaces. See the docs in the README.md for how it works.
I performed a slight renaming compared to #5. As terraform has its global terraform hcl element, I introduced a terraspechcl block for terraspec. You can use it to configure e.g. the workspace. Perhaps there will be further attributes down the road that should live there.
Hi,
I have implemented support for terraform workspaces. See the docs in the README.md for how it works.
I performed a slight renaming compared to #5. As terraform has its global
terraform
hcl element, I introduced aterraspec
hcl block for terraspec. You can use it to configure e.g. the workspace. Perhaps there will be further attributes down the road that should live there.