BCDevOps / nrdk

Natural Resource Ministries Developer/Deployment Kit
3 stars 4 forks source link

Terraform wrapper #76

Closed DerekRoberts closed 3 years ago

DerekRoberts commented 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.:

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