In a future major version (?) consider removing this field from the version command's output parsing:
|
Revision string `json:"terraform_revision"` |
The revision field has been removed from version's JSON output since hashicorp/terraform#27484, which landed in v0.15.0.
When the field is removed:
- Users of <v0.15 will stop having access to the revision field data, which that referenced PR above notes was not reliably populated
- Users of >0.15 will stop having a zero value for the
Revision field in the VersionOutput struct
In a future major version (?) consider removing this field from the
versioncommand's output parsing:terraform-json/version.go
Line 12 in 36626f7
The revision field has been removed from
version's JSON output since hashicorp/terraform#27484, which landed in v0.15.0.When the field is removed:
Revisionfield in theVersionOutputstruct