picatz / terraform-google-nomad

📗 Terraform Module for Nomad clusters with Consul on GCP
https://registry.terraform.io/modules/picatz/nomad/google
MIT License
78 stars 16 forks source link

Add shared host volume using gcsfuse #26

Closed picatz closed 3 years ago

picatz commented 3 years ago

Allow workloads to access GCS using a Nomad host volume through gcsfuse. This enables workloads to backup, or even share data.

picatz commented 3 years ago

Will look at re-implementing this again in the future. This PR provides a good example of what it would take, but I'm going to close it for now.