summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/json/parser/test-fixtures/bad_input_tf_8110.json
blob: a04385833de9c1d9ebd01ab4354104bd6e3cf4f7 (plain)
1
2
3
4
5
6
7
{
  "variable": {
    "poc": {
      "default": "${replace("europe-west", "-", " ")}"
    }
  }
}