deliveredtechnologies / terraform-maven

Terraform Maven Plugin
Apache License 2.0
42 stars 13 forks source link

add a tf-examples directory to the path #83

Closed Clayton7510 closed 5 years ago

Clayton7510 commented 5 years ago

In the interest of having modules, examples that use those modules and tests all included in one project, a tf-examples folder is needed under src/main. This also allows tf-examples to take advantage of dependencies in .tfmodules (if needed), source the modules under src/main/tf and be acted upon by the tests.