terraform-maven
terraform-maven copied to clipboard
Terraform Maven Plugin
**Is your feature request related to a problem? Please describe.** The tf:plan goal uses "path" value based tfRootDir and tfVarFiles properties, but one property accepts a relative path (or absolute...
The issue is 1) Gitbash is a hybrid unix/windows envorinment so when tfw is run instead of tfw.cmd it downloads the unix binary which fails. The windows binary is neede...
Extend tf-test-groovy with reusable helper functions to support testing
Maven Reactor Build > tf-maven-plugin triggers entire reactor *for each* goal *for each* submodule
When tf-maven-plugin is included in a module of a maven project, at the stage of the multi-module build tf-maven-plugin triggers the entire reactor for each state. I have provided an...
Hi, when applying a Terraform stack (with class TerraformApply from tf-cmd-api) the variable declaration with `'` breaks the command execution. org.zeroturnaround.exec.InvalidExitValueException: Unexpected exit value: 1, allowed exit values: [0], executed...
* generate Javadocs in the /docs directory * host /docs on GitHub Pages
The command mvn tf:init fails when run from a Windows desktop with the following error: "The argument 'tfw.ps1' to the -File parameter does not exist. Provide the path to an...
It looks like the URL type in the tf:package goal is not getting picked up. Maybe change URL type to String?
https://github.com/deliveredtechnologies/terraform-maven/blob/57eddb5861bc2ae288d3221f2ef6ce3ecf19ee9f/tf-build-tools/tf-maven-plugin/src/main/java/com/deliveredtechnologies/maven/terraform/mojo/Wrapper.java#L88