Browse Source

setup diff

pull/78/head
Chris Mague 6 years ago
parent
commit
1c81b306d5
  1. 2
      plugin.go

2
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",

Loading…
Cancel
Save