Skip to content

Commit

Permalink
json: Increment JSON plan format version
Browse files Browse the repository at this point in the history
The JSON plan configuration data now includes a `full_name` field for
providers. This addition warrants a backwards compatible increment to
the version number.
  • Loading branch information
alisdair committed Feb 7, 2022
1 parent ddc81a2 commit fe8183c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/jsonplan/plan.go
Expand Up @@ -22,7 +22,7 @@ import (
// FormatVersion represents the version of the json format and will be
// incremented for any change to this format that requires changes to a
// consuming parser.
const FormatVersion = "1.0"
const FormatVersion = "1.1"

// Plan is the top-level representation of the json format of a plan. It includes
// the complete config and current state.
Expand Down

0 comments on commit fe8183c

Please sign in to comment.