diff --git a/internal/command/views/plan.go b/internal/command/views/plan.go index 488bfcc0f03c..70c5b2c41d7e 100644 --- a/internal/command/views/plan.go +++ b/internal/command/views/plan.go @@ -176,7 +176,7 @@ func renderPlan(plan *plans.Plan, schemas *terraform.Schemas, view *View) { view.colorize.Color("\n[reset][bold][green]No changes.[reset][bold] Your infrastructure matches the configuration.[reset]\n\n"), ) - if haveRefreshChanges && !plan.CanApply() { + if haveRefreshChanges { if plan.CanApply() { // In this case, applying this plan will not change any // remote objects but _will_ update the state to match what