You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/testing/equivalence-tests/outputs/local_provider_basic/state.json

30 lines
813 B

{
"format_version": "1.0",
"values": {
"root_module": {
"resources": [
{
"address": "local_file.local_file",
"mode": "managed",
"name": "local_file",
"provider_name": "registry.terraform.io/hashicorp/local",
"schema_version": 0,
"sensitive_values": {
"sensitive_content": true
},
"type": "local_file",
"values": {
"content": "{\"hello\":\"world\"}",
"content_base64": null,
"directory_permission": "0777",
"file_permission": "0777",
"filename": "output.json",
"id": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e",
"sensitive_content": null,
"source": null
}
}
]
}
}
}