github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/legacy/terraform/version.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 package terraform 5 6 import ( 7 "github.com/terramate-io/tf/version" 8 ) 9 10 // Deprecated: Providers should use schema.Provider.TerraformVersion instead 11 func VersionString() string { 12 return version.String() 13 }