Terraform templates for provisioning a sensu-go cluster with terraform and ansible
(https://docs.sensu.io/sensu-go/5.11/guides/deploying/)
1. Clone the repo
2. cd into the repo
3. cp terraform.tfvars.example terraform.tfvars
After doing the template copy above, you can now populate the variables as you wish. Once done run:
terraform init
terraform plan
terraform apply
TODO: Add additional notes about how to deploy this on a live system
TODO: Add some contribution guidelines
TODO: Add release strategy
- David Linares - Initial work -
- George Tarnaras - Initial work -
This project is licensed under the MIT License - see the LICENSE.md file for details