Skip to content

Commit bc660c3

Browse files
committed
Fix typo in format version check
1 parent 6c3eacb commit bc660c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/jsonformat/renderer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (renderer Renderer) RenderHumanPlan(plan Plan, mode plans.Mode, opts ...Pla
5858
// version differences. This should work for alpha testing in the meantime.
5959
if plan.PlanFormatVersion != jsonplan.FormatVersion || plan.ProviderFormatVersion != jsonprovider.FormatVersion {
6060
renderer.Streams.Println(format.WordWrap(
61-
renderer.Colorize.Color("\n[bold][red]Warning:[reset][bold] This plan was generated using a different version of Terraform, the diff presented here maybe missing representations of recent features."),
61+
renderer.Colorize.Color("\n[bold][red]Warning:[reset][bold] This plan was generated using a different version of Terraform, the diff presented here may be missing representations of recent features."),
6262
renderer.Streams.Stdout.Columns()))
6363
}
6464

0 commit comments

Comments
 (0)