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

Updated the gvisor installation #28

Closed crankycoder closed 3 years ago

crankycoder commented 3 years ago

The hashsum for gvisor installation was breaking on us.

I've migrated the apt based installation to use the manual installation documentation from the official docs here:

https://gvisor.dev/docs/user_guide/install/

picatz commented 3 years ago

Thank you!