Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jessequinn/hashicorp_series


https://github.com/jessequinn/hashicorp_series

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

### Packer
Fill `variables.json` and create/update nomad jobs

The 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
```