Skip to content

Commit

Permalink
Update packages/terraform/src/utils/create-executor.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tycho Bokdam <[email protected]>
  • Loading branch information
johnmckenna and TriPSs authored Mar 12, 2024
1 parent 39953d1 commit 7b2afe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/terraform/src/utils/create-executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export function createExecutor(command: string) {
command === 'init' && upgrade && '-upgrade',
command === 'init' && migrateState && '-migrate-state',
command === 'providers' && lock && 'lock',
command === 'validate' && '',
command === 'test' && varFile && `--var-file ${varFile}`,
]),
{
Expand Down

0 comments on commit 7b2afe4

Please sign in to comment.