github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/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 }