github.com/chentex/terraform@v0.11.2-0.20171208003256-252e8145842e/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  }