2014-05-24 21:04:43 +02:00
|
|
|
package main
|
|
|
|
|
2015-06-21 13:19:24 +02:00
|
|
|
import "github.com/hashicorp/terraform/terraform"
|
|
|
|
|
2014-05-24 21:04:43 +02:00
|
|
|
// The git commit that was compiled. This will be filled in by the compiler.
|
|
|
|
var GitCommit string
|
|
|
|
|
2015-06-21 13:19:24 +02:00
|
|
|
const Version = terraform.Version
|
|
|
|
const VersionPrerelease = terraform.VersionPrerelease
|