github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/local_provider_update/terraform.tfstate (about) 1 { 2 "version": 4, 3 "terraform_version": "1.3.0", 4 "serial": 2, 5 "lineage": "e2a94970-ee0e-0eb7-16a5-67e94860dc8e", 6 "outputs": {}, 7 "resources": [ 8 { 9 "mode": "managed", 10 "type": "local_file", 11 "name": "local_file", 12 "provider": "provider[\"registry.terraform.io/hashicorp/local\"]", 13 "instances": [ 14 { 15 "schema_version": 0, 16 "attributes": { 17 "content": "{\"hello\":\"world\"}", 18 "content_base64": null, 19 "directory_permission": "0777", 20 "file_permission": "0777", 21 "filename": "output.json", 22 "id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e", 23 "sensitive_content": null, 24 "source": null 25 }, 26 "sensitive_attributes": [], 27 "private": "bnVsbA==" 28 } 29 ] 30 } 31 ], 32 "check_results": [] 33 }