mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-11 06:01:36 -04:00
92 lines
2.3 KiB
JSON
92 lines
2.3 KiB
JSON
{
|
|
"configuration": {
|
|
"provider_config": {
|
|
"tfcoremock": {
|
|
"full_name": "registry.opentofu.org/hashicorp/tfcoremock",
|
|
"name": "tfcoremock",
|
|
"version_constraint": "0.1.1"
|
|
}
|
|
},
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "tfcoremock_simple_resource.drift",
|
|
"expressions": {
|
|
"string": {
|
|
"constant_value": "Hello, world!"
|
|
}
|
|
},
|
|
"mode": "managed",
|
|
"name": "drift",
|
|
"provider_config_key": "tfcoremock",
|
|
"schema_version": 0,
|
|
"type": "tfcoremock_simple_resource"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"errored": false,
|
|
"format_version": "1.2",
|
|
"planned_values": {
|
|
"root_module": {}
|
|
},
|
|
"prior_state": {
|
|
"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": "cb79269e-dc39-1e68-0a9c-63cb392afda9",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "Hello, drift!"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"resource_drift": [
|
|
{
|
|
"address": "tfcoremock_simple_resource.drift",
|
|
"change": {
|
|
"actions": [
|
|
"update"
|
|
],
|
|
"after": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "cb79269e-dc39-1e68-0a9c-63cb392afda9",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "Hello, drift!"
|
|
},
|
|
"after_sensitive": {},
|
|
"after_unknown": {},
|
|
"before": {
|
|
"bool": null,
|
|
"float": null,
|
|
"id": "cb79269e-dc39-1e68-0a9c-63cb392afda9",
|
|
"integer": null,
|
|
"number": null,
|
|
"string": "Hello, world!"
|
|
},
|
|
"before_sensitive": {}
|
|
},
|
|
"mode": "managed",
|
|
"name": "drift",
|
|
"provider_name": "registry.opentofu.org/hashicorp/tfcoremock",
|
|
"type": "tfcoremock_simple_resource"
|
|
}
|
|
]
|
|
} |