Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessequinn/hashicorp_series
https://github.com/jessequinn/hashicorp_series
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jessequinn/hashicorp_series
- Owner: jessequinn
- Created: 2020-11-20T20:11:28.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-20T20:27:02.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T13:26:18.358Z (3 months ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Packer
Fill `variables.json` and create/update nomad jobsThe following commands can be used:
```
$ make validate
$ make build
```### Terraform
Fill `definitions.tfvars` and `do-provider.tf`The following commands can be used:
```
$ make init
$ make validate
$ make build
$ make destroy
```