mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"format_version": "1.0",
|
|
"values": {
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "tfcoremock_simple_resource.base",
|
|
"mode": "managed",
|
|
"name": "base",
|
|
"provider_name": "registry.terraform.io/hashicorp/tfcoremock",
|
|
"schema_version": 0,
|
|
"sensitive_values": {},
|
|
"type": "tfcoremock_simple_resource",
|
|
"values": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "f6f74ca6-e8ef-e51f-522c-433b9ed5038f",
|
|
"integer": null,
|
|
"number": 0,
|
|
"string": "Hello, change!"
|
|
}
|
|
},
|
|
{
|
|
"address": "tfcoremock_simple_resource.dependent",
|
|
"depends_on": [
|
|
"tfcoremock_simple_resource.base"
|
|
],
|
|
"mode": "managed",
|
|
"name": "dependent",
|
|
"provider_name": "registry.terraform.io/hashicorp/tfcoremock",
|
|
"schema_version": 0,
|
|
"sensitive_values": {},
|
|
"type": "tfcoremock_simple_resource",
|
|
"values": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "1b17b502-96c9-fcc3-3b09-2af1c3de6ad8",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "Hello, change!"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |