sl1pm4t/k2tf

Order is not deterministic

markusheiden opened this issue · 1 comments

The order of "cpu" and "memory" in the following snippet is non-deterministic when generated from the same yaml.

container {
  resources {
    limits {
      cpu    = "250m"
      memory = "50Mi"
    }
  }
}

Hi @markusheiden - I'm not able to reproduce this problem. I suspect it did exist at one point but has been fixed by an upstream change in HashiCorp libraries. I'm going to close, but if you can reproduce let me know.