github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/basic_multiline_string_update/terraform.tfstate (about) 1 { 2 "version": 4, 3 "terraform_version": "1.3.7", 4 "serial": 1, 5 "lineage": "1e8cb645-9856-bc39-5053-f58ec18be73d", 6 "outputs": {}, 7 "resources": [ 8 { 9 "mode": "managed", 10 "type": "tfcoremock_simple_resource", 11 "name": "multiline", 12 "provider": "provider[\"registry.terraform.io/hashicorp/tfcoremock\"]", 13 "instances": [ 14 { 15 "schema_version": 0, 16 "attributes": { 17 "bool": null, 18 "float": null, 19 "id": "69fe5233-e77a-804f-0dac-115c949540bc", 20 "integer": null, 21 "number": null, 22 "string": "one\ntwo\nthree\nfour\nfive" 23 }, 24 "sensitive_attributes": [] 25 } 26 ] 27 } 28 ], 29 "check_results": null 30 }