0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-22 00:30:40 +00:00

Update plugin.go

This commit is contained in:
Gurarpit Singh 2019-11-10 00:32:08 +00:00 committed by Jacob McCann
parent f5fab045b2
commit 077032840d
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72

View File

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