Gurarpit Singh
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
plugin.go
|
@ -113,7 +113,7 @@ func (p Plugin) Exec() error { |
|
|
case "fmt": |
|
|
case "fmt": |
|
|
commands = append(commands, tfFmt(p.Config)) |
|
|
commands = append(commands, tfFmt(p.Config)) |
|
|
case "validate": |
|
|
case "validate": |
|
|
commands = append(commands, tfValidate(p.Config)) |
|
|
commands = append(commands, tfValidate()) |
|
|
case "plan": |
|
|
case "plan": |
|
|
commands = append(commands, tfPlan(p.Config, false)) |
|
|
commands = append(commands, tfPlan(p.Config, false)) |
|
|
case "plan-destroy": |
|
|
case "plan-destroy": |
|
|