Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishi0x01/hashicorp-downloader
Simple Makefile to securely download Hashicorp tools
https://github.com/fishi0x01/hashicorp-downloader
Last synced: about 2 months ago
JSON representation
Simple Makefile to securely download Hashicorp tools
- Host: GitHub
- URL: https://github.com/fishi0x01/hashicorp-downloader
- Owner: fishi0x01
- Created: 2022-02-06T11:27:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T11:33:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T06:51:36.249Z (3 months ago)
- Language: Makefile
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hashicorp-downloader
Simple Makefile to securely download Hashicorp tools.
Downloaded artifacts are verified through gpg signature and hashsum.Set desired versions in top of `Makefile`.
```sh
make get-vault
make get-consul
make get-vagrant
make get-packer
make get-terraform
```