mirror of
https://github.com/hashicorp/terraform.git
synced 2025-12-18 23:26:07 -05:00
The revision field is only populated on dev builds so this means most releases of Terraform have an empty "terraform_revision" field in the JSON output. Since we recommend developers use go tooling to `go build` this tool when developing, the revision is not useful data and so it is removed.
7 lines
215 B
Text
7 lines
215 B
Text
version_info {
|
|
version_var = "github.com/hashicorp/terraform/version.Version"
|
|
prerelease_var = "github.com/hashicorp/terraform/version.Prerelease"
|
|
}
|
|
|
|
version_exec = false
|
|
disable_provider_requirements = true
|