Log the version info for easier debugging

pull/485/head
Mitchell Hashimoto 12 years ago
parent 22a1bbd940
commit c84af741de

@ -84,6 +84,9 @@ func realMain() int {
func wrappedMain() int {
log.SetOutput(os.Stderr)
log.Printf(
"[INFO] Terraform version: %s %s %s",
Version, VersionPrerelease, GitCommit)
// Load the configuration
config := BuiltinConfig

Loading…
Cancel
Save