Browse Source

fix tfValidate case

pull/106/head
Gurarpit Singh 5 years ago
committed by GitHub
parent
commit
839bd22410
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugin.go

2
plugin.go

@ -113,7 +113,7 @@ func (p Plugin) Exec() error {
case "fmt":
commands = append(commands, tfFmt(p.Config))
case "validate":
commands = append(commands, tfValidate(p.Config))
commands = append(commands, tfValidate())
case "plan":
commands = append(commands, tfPlan(p.Config, false))
case "plan-destroy":

Loading…
Cancel
Save