coder / modules

A collection of Terraform Modules to extend Coder templates.
https://registry.coder.com
Apache License 2.0
33 stars 33 forks source link

vault-cli: create a new moudle that installs vault CLI in a workspace and puts it in the PATH #314

Open matifali opened 1 month ago

matifali commented 1 month ago

Currently, we install vault CLI as part of our other vault modules. Let us create a new module that only installs the vault CLI without the authentication steps.

It should be an easy lift as we have all the installation-related code in all vault modules.

Part of #312