diff --git a/plugin.go b/plugin.go index bc47394..e143d0e 100644 --- a/plugin.go +++ b/plugin.go @@ -268,7 +268,7 @@ func tfShow(config Config) *exec.Cmd { "-no-color", } if config.Difffile != "" { - args = append(args, config.Difffile) + args = append(args, config.Planfile) } return exec.Command( "terraform",