Browse Source

Update plugin.go

pull/109/head
Gurarpit Singh 5 years ago
committed by Jacob McCann
parent
commit
077032840d
No known key found for this signature in database GPG Key ID: B5A476DE32B9AE72
  1. 5
      plugin.go

5
plugin.go

@ -325,12 +325,9 @@ func tfPlan(config Config, destroy bool) *exec.Cmd {
} }
func tfValidate() *exec.Cmd { func tfValidate() *exec.Cmd {
args := []string{
"validate",
}
return exec.Command( return exec.Command(
"terraform", "terraform",
args..., "validate",
) )
} }

Loading…
Cancel
Save