|
@ -268,7 +268,7 @@ func tfShow(config Config) *exec.Cmd { |
|
|
"-no-color", |
|
|
"-no-color", |
|
|
} |
|
|
} |
|
|
if config.Difffile != "" { |
|
|
if config.Difffile != "" { |
|
|
args = append(args, config.Difffile) |
|
|
args = append(args, config.Planfile) |
|
|
} |
|
|
} |
|
|
return exec.Command( |
|
|
return exec.Command( |
|
|
"terraform", |
|
|
"terraform", |
|
|