github.com/pulumi/terraform@v1.4.0/pkg/configs/testdata/valid-files/references.tf.json (about)

     1  {
     2    "//": "The purpose of this test file is to show that we can use template syntax unwrapping to provide complex expressions without generating the deprecation warnings we'd expect for native syntax.",
     3    "resource": {
     4      "null_resource": {
     5        "baz": {
     6          "//": "This particular use of template syntax is redundant, but we permit it because this is the documented way to use more complex expressions in JSON.",
     7          "triggers": "${ {} }"
     8        }
     9      }
    10    }
    11  }