github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/command/testdata/providers-schema/basic/output.json (about)

     1  {
     2      "format_version": "0.1",
     3      "provider_schemas": {
     4          "test": {
     5              "resource_schemas": {
     6                  "test_instance": {
     7                      "version": 0,
     8                      "block": {
     9                          "attributes": {
    10                              "ami": {
    11                                  "type": "string",
    12                                  "optional": true
    13                              },
    14                              "id": {
    15                                  "type": "string",
    16                                  "optional": true,
    17                                  "computed": true
    18                              }
    19                          }
    20                      }
    21                  }
    22              }
    23          }
    24      }
    25  }