We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2bdd3 commit ad1d23cCopy full SHA for ad1d23c
tests/run.test.ts
@@ -21,7 +21,7 @@ describe('TerraformDataExtractor Test', async () => {
21
'--breakdown': false,
22
'--apply': false,
23
'--use-plan': true,
24
- '-file': 'test-plan.json',
+ '--file': 'test-plan.json',
25
};
26
const mainCli = new MainCli(argResults, 'test-project');
27
const extractor = new TerraformDataExtractor(mainCli);
0 commit comments