You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/version.go

10 lines
252 B

package main
import "github.com/hashicorp/terraform/terraform"
// The git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
const Version = terraform.Version
const VersionPrerelease = terraform.VersionPrerelease