github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/basic_json_string_update/state.json (about)

     1  {
     2    "format_version": "1.0",
     3    "values": {
     4      "root_module": {
     5        "resources": [
     6          {
     7            "address": "tfcoremock_simple_resource.json",
     8            "mode": "managed",
     9            "name": "json",
    10            "provider_name": "registry.terraform.io/hashicorp/tfcoremock",
    11            "schema_version": 0,
    12            "sensitive_values": {},
    13            "type": "tfcoremock_simple_resource",
    14            "values": {
    15              "bool": null,
    16              "float": null,
    17              "id": "5a3fd9b3-e852-8956-8c0a-255d47eda645",
    18              "integer": null,
    19              "number": null,
    20              "string": "{\"list-attribute\":[\"one\",\"four\",\"three\"],\"object-attribute\":{\"key_one\":\"value_one\",\"key_three\":\"value_two\", \"key_four\":\"value_three\"},\"string-attribute\":\"a new string\"}"
    21            }
    22          }
    23        ]
    24      }
    25    }
    26  }