github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/moved_with_refresh_only/spec.json (about) 1 { 2 "description": "tests displaying a moved resource within a refresh only plan", 3 "include_files": [], 4 "ignore_fields": {}, 5 "commands": [ 6 { 7 "name": "init", 8 "arguments": ["init"], 9 "capture_output": false 10 }, 11 { 12 "name": "plan", 13 "arguments": ["plan", "-out=equivalence_test_plan", "-no-color", "-refresh-only"], 14 "capture_output": true, 15 "output_file_name": "plan", 16 "has_json_output": false 17 }, 18 { 19 "name": "apply", 20 "arguments": ["apply", "-json", "equivalence_test_plan"], 21 "capture_output": true, 22 "output_file_name": "apply.json", 23 "has_json_output": true, 24 "streams_json_output": true 25 }, 26 { 27 "name": "show_state", 28 "arguments": ["show", "-json"], 29 "capture_output": true, 30 "output_file_name": "state.json", 31 "has_json_output": true, 32 "streams_json_output": false 33 }, 34 { 35 "name": "show_plan", 36 "arguments": ["show", "-json", "equivalence_test_plan"], 37 "capture_output": true, 38 "output_file_name": "plan.json", 39 "has_json_output": true, 40 "streams_json_output": false 41 } 42 ] 43 }