- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.3k
Closed
Description
When I remove group-01 it changes the indexes and forces a rebuild of group-02 and group-03. Is there a recommended way to avoid that?
  worker_groups = [
    {
      name                     = "group-01"
      instance_type            = "r5.2xlarge"
    },
    {
      name                     = "group-02"
      instance_type            = "m5.4xlarge"
    },
    {
      name                     = "group-03"
      instance_type            = "m5.8xlarge"
    }
  ]
aeugenio, excieve, alex-litvak, everythings-gonna-be-alright and AlKapkone
Metadata
Metadata
Assignees
Labels
No labels