github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/legacy/terraform/version.go (about)

     1  package terraform
     2  
     3  import (
     4  	"github.com/hashicorp/terraform/version"
     5  )
     6  
     7  // Deprecated: Providers should use schema.Provider.TerraformVersion instead
     8  func VersionString() string {
     9  	return version.String()
    10  }