bitops-plugins / terraform

Terraform plugin for bitops
0 stars 1 forks source link

Install the latest Terraform version #7

Closed arm4b closed 1 year ago

arm4b commented 2 years ago

Part of the https://github.com/bitovi/bitops/issues/307

Previously, the Terraform version was pinned in the plugin installation script. With this PR when packaging the Terraform plugin in the custom-built BitOps image, the latest version will be downloaded by default.

arm4b commented 1 year ago

@mickmcgrath13 I've tested the plugin install manually locally, along with the other plugins (ansible, helm, kubectl, etc).

The plugin development and manual testing story is missing for now. See Local Plugin Development and Testing #308 which describes the current flow and the proposed improvement, which will help CI-automating it next.