From 1c81b306d53cda3164e60de9502af1a0f0dd0ae7 Mon Sep 17 00:00:00 2001 From: Chris Mague Date: Mon, 24 Sep 2018 16:12:35 -0700 Subject: [PATCH] setup diff --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",