github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/legacy/terraform/version.go (about) 1 package terraform 2 3 import ( 4 "github.com/muratcelep/terraform/version" 5 ) 6 7 // Deprecated: Providers should use schema.Provider.TerraformVersion instead 8 func VersionString() string { 9 return version.String() 10 }