github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/local_provider_basic/state.json (about) 1 { 2 "format_version": "1.0", 3 "values": { 4 "root_module": { 5 "resources": [ 6 { 7 "address": "local_file.local_file", 8 "mode": "managed", 9 "name": "local_file", 10 "provider_name": "registry.terraform.io/hashicorp/local", 11 "schema_version": 0, 12 "sensitive_values": {}, 13 "type": "local_file", 14 "values": { 15 "content": "{\"hello\":\"world\"}", 16 "content_base64": null, 17 "directory_permission": "0777", 18 "file_permission": "0777", 19 "filename": "output.json", 20 "id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e", 21 "sensitive_content": null, 22 "source": null 23 } 24 } 25 ] 26 } 27 } 28 }