Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hclwrite: Fix unstable list returned by Body.Blocks()
Fixes #310 The type of `Body.items` is a `nodeSet` (That is, `map[*node]struct{}`), so the order of the list returned by Body.Blocks () was unstable.
- Loading branch information