nhurel / terraspec

Terraform unit test framework
Mozilla Public License 2.0
79 stars 7 forks source link

Added support for terraform.workspace #9

Closed Useurmind closed 4 years ago

Useurmind commented 4 years ago

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 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.

Useurmind commented 4 years ago

Solves #3

nhurel commented 4 years ago

Thanks for your PR. I'll resolve conflicts and merge it as soon as I can. Great work :+1: