mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
28 lines
672 B
JSON
28 lines
672 B
JSON
{
|
|
"format_version": "1.0",
|
|
"values": {
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "tfcoremock_object.object",
|
|
"mode": "managed",
|
|
"name": "object",
|
|
"provider_name": "registry.terraform.io/hashicorp/tfcoremock",
|
|
"schema_version": 0,
|
|
"sensitive_values": {
|
|
"object": {}
|
|
},
|
|
"type": "tfcoremock_object",
|
|
"values": {
|
|
"id": "63A9E8E8-71BC-4DAE-A66C-48CE393CCBD3",
|
|
"object": {
|
|
"boolean": true,
|
|
"number": 10,
|
|
"string": "Hello, world!"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |