Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhaig/terraform-gcp-demostack
Demostack
https://github.com/lhaig/terraform-gcp-demostack
Last synced: about 1 month ago
JSON representation
Demostack
- Host: GitHub
- URL: https://github.com/lhaig/terraform-gcp-demostack
- Owner: lhaig
- License: apache-2.0
- Created: 2019-08-12T12:46:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T16:27:57.000Z (over 3 years ago)
- Last Synced: 2024-12-02T03:42:33.413Z (about 1 month ago)
- Language: HCL
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-gcp-demostack
This Project configures Nomad, Vault and Consul on a variable amount of servers and workers.
it already set up some nomad jobs, vault configurations and Consul queries.
This is meant as a reference (and a demo environment) and really shouldnt be used for production.
## Solution Diagram
![Solution Diagram](./assets/Demostack_overview.png)## Variables for TF deployment
You need to provide a number of variables in your Terraform TFE environment.
Please check the terraform.tfvars.example file for the list## Dependencies
### TLS
## Consul
## Vault
## Nomad
## troubleshooting
To begin debugging, check the cloud-init output on each of the hosts:```shell
$ sudo tail -f /var/log/syslog
```