mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-03 20:50:59 -05:00
* add test cases * run equivalence tests * delete old outputs * drift_relevant_attributes should ignore the number attribute * also add a test for data reads * test destroy only
26 lines
No EOL
632 B
JSON
26 lines
No EOL
632 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": "F40F2AB4-100C-4AE8-BFD0-BF332A158415",
|
|
"object": {
|
|
"id": "07F887E2-FDFF-4B2E-9BFB-B6AA4A05EDB9"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |