github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/valid-modules/with-tests-json/main.tf.json (about)

     1  {
     2    "variable": {
     3      "input": {
     4        "type": "string"
     5      }
     6    },
     7    "resource": {
     8      "foo_resource": {
     9        "a": {
    10          "value": "${var.input}"
    11        }
    12      },
    13      "bar_resource": {
    14        "c": {}
    15      }
    16    }
    17  }