Skip to content

Consider removing the Revision field from the VersionOutput struct #209

Description

@SarahFrench

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions