mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-10 04:10:41 +00:00
fix tfValidate case
This commit is contained in:
parent
92ecd6706f
commit
839bd22410
@ -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":
|
||||||
|
Loading…
Reference in New Issue
Block a user