Closed DerekRoberts closed 3 years ago
Terraform installer and wrapper. Copy/pasted from https://github.com/DerekRoberts/bcoc/issues/40, written by @cvarjao :
As a developer I want to use terraform scripts/modules so that I can deploy my app
Acceptance criteria: when running npx @bcgov/nrdk tool:terraform -version I should see the version of terraform that is being installed/managed by nrdk. e.g.:
npx @bcgov/nrdk tool:terraform -version
Terraform v0.14.5
Examples: tool:mvn command -> https://github.com/BCDevOps/nrdk/blob/master/src/commands/tool/mvn.ts Maven Provider implementation: https://github.com/BCDevOps/nrdk/blob/master/src/tools/maven.ts
tool:mvn
Terraform installer and wrapper. Copy/pasted from https://github.com/DerekRoberts/bcoc/issues/40, written by @cvarjao :
As a developer I want to use terraform scripts/modules so that I can deploy my app
Acceptance criteria: when running
npx @bcgov/nrdk tool:terraform -version
I should see the version of terraform that is being installed/managed by nrdk. e.g.:Examples:
tool:mvn
command -> https://github.com/BCDevOps/nrdk/blob/master/src/commands/tool/mvn.ts Maven Provider implementation: https://github.com/BCDevOps/nrdk/blob/master/src/tools/maven.ts