MJ
TestTerraformBasicExample 2019-03-14T17:30:45+03:00 retry.go:69: Running terraform [init -upgrade=false -no-color]
TestTerraformBasicExample 2019-03-14T17:30:45+03:00 command.go:53: Running command terraform with args [init -upgrade=false -no-color]
TestTerraformBasicExample 2019-03-14T17:30:45+03:00 retry.go:77: Returning due to fatal error: FatalError{Underlying: exec: "terraform": executable file not found in $PATH}
TestTerraformBasicExample 2019-03-14T17:30:45+03:00 retry.go:69: Running terraform [destroy -auto-approve -input=false -lock=false -var example="test" -var-file varfile.tfvars -no-color]
TestTerraformBasicExample 2019-03-14T17:30:45+03:00 command.go:53: Running command terraform with args [destroy -auto-approve -input=false -lock=false -var example="test" -var-file varfile.tfvars -no-color]
TestTerraformBasicExample 2019-03-14T17:30:45+03:00 retry.go:77: Returning due to fatal error: FatalError{Underlying: exec: "terraform": executable file not found in $PATH}
Я правильно понимаю, что у меня должен быть установлен go и я должен запустить go test *_test.go, находясь в дирректории с этим самым *_test.go?

