mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-13 07:00:55 -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
28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"description": "tests reading data from data sources using only a plan",
|
|
"include_files": [],
|
|
"ignore_fields": {},
|
|
"commands": [
|
|
{
|
|
"name": "init",
|
|
"arguments": ["init"],
|
|
"capture_output": false
|
|
},
|
|
{
|
|
"name": "plan",
|
|
"arguments": ["plan", "-out=equivalence_test_plan", "-no-color"],
|
|
"capture_output": true,
|
|
"output_file_name": "plan",
|
|
"has_json_output": false
|
|
},
|
|
{
|
|
"name": "show_plan",
|
|
"arguments": ["show", "-json", "equivalence_test_plan"],
|
|
"capture_output": true,
|
|
"output_file_name": "plan.json",
|
|
"has_json_output": true,
|
|
"streams_json_output": false
|
|
}
|
|
]
|
|
}
|