update Block - Job Specification | Nomad | HashiCorp Developer says that the update
block specifies an update strategy for a group (and thus the allocs and tasks within that group), but I instead am looking to control how the groups in my job are rolled out.
The job has multiple groups, and I want to make sure that only one of these groups is updated at a time, and that it is healthy before moving on to the next group.
Is this possible?