summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/slice_expand.hcl
blob: 4d3725fc1c3233e63656ba9724d74a3fe5532177 (plain)
1
2
3
4
5
6
7
service "my-service-0" {
  key = "value"
}

service "my-service-1" {
  key = "value"
}