mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-08 04:02:25 -04:00
26 lines
691 B
JSON
26 lines
691 B
JSON
{
|
|
"format_version": "1.0",
|
|
"values": {
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "tfcoremock_simple_resource.multiline",
|
|
"mode": "managed",
|
|
"name": "multiline",
|
|
"provider_name": "registry.opentofu.org/hashicorp/tfcoremock",
|
|
"schema_version": 0,
|
|
"sensitive_values": {},
|
|
"type": "tfcoremock_simple_resource",
|
|
"values": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "69fe5233-e77a-804f-0dac-115c949540bc",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "one\nthree\ntwo\nfour\nsix\nseven"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |