Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 444 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 444 Bytes

Get starting with Nomad, Consult Connect

Start Nomad, Consul and Vault

> cd build/local
> ./start.sh

Make sure you set start.sh with execute permission => sudo chmod +x start.sh

Use Terraform to provisioning all services

> cd build/nomad
> terraform init
> terraform apply

Clean Up

> cd build/nomad
> terraform destroy
> cd build/local
# Ctrl + C

Happy hacking with HashiCorp stack!!!