Logs contain CLI args

pull/8267/head
Mitchell Hashimoto 10 years ago
parent cba09ae804
commit b8036095d4
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -85,6 +85,7 @@ func wrappedMain() int {
log.Printf(
"[INFO] Terraform version: %s %s %s",
Version, VersionPrerelease, GitCommit)
log.Printf("[INFO] CLI args: %#v", os.Args)
// Load the configuration
config := BuiltinConfig

Loading…
Cancel
Save