github.com/simpleusd/terraform@v0.11.8-0.20180606155740-fce30c14f051/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 }