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

Use managed instance groups for server and client deployments #13

Closed picatz closed 10 months ago

picatz commented 3 years ago

It would probably be a good idea to use managed instance groups for Nomad server and client deployments in the future with the compute_instance_group_manager Terraform resource. GoogleCloudPlatform/terraform-google-managed-instance-group looks like a good starting point.

Need to look into how that works, implement it, and then document how to trigger rolling updates for Nomad.

picatz commented 1 year ago

Might be better to just do this for clients. 🤔