github.com/devopsjen/devopstool-terraform@v0.11.12-beta1/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 }