mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-11 06:01:36 -04:00
26 lines
663 B
JSON
26 lines
663 B
JSON
{
|
|
"format_version": "1.0",
|
|
"values": {
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "tfcoremock_simple_resource.drift",
|
|
"mode": "managed",
|
|
"name": "drift",
|
|
"provider_name": "registry.opentofu.org/hashicorp/tfcoremock",
|
|
"schema_version": 0,
|
|
"sensitive_values": {},
|
|
"type": "tfcoremock_simple_resource",
|
|
"values": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "f3c6ddc5-37d5-0170-64ff-518ad421385a",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "Hello, world!"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |