github.com/hartzell/terraform@v0.8.6-0.20180503104400-0cc9e050ecd4/terraform/version.go (about)

     1  package terraform
     2  
     3  import (
     4  	"github.com/hashicorp/terraform/version"
     5  )
     6  
     7  // TODO: update providers to use the version package directly
     8  func VersionString() string {
     9  	return version.String()
    10  }