This commit is contained in:
James Bardin 2021-05-25 08:32:44 -04:00
parent 45b5c289a0
commit 3bf498422c
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ func renderPlan(plan *plans.Plan, schemas *terraform.Schemas, view *View) {
// line of output, and guarantees to always produce whole lines terminated // line of output, and guarantees to always produce whole lines terminated
// by newline characters. // by newline characters.
func renderChangesDetectedByRefresh(before, after *states.State, schemas *terraform.Schemas, view *View) bool { func renderChangesDetectedByRefresh(before, after *states.State, schemas *terraform.Schemas, view *View) bool {
// ManagedResourceEqual checks that the state es exactly equal for all // ManagedResourceEqual checks that the state is exactly equal for all
// managed resources; but semantically equivalent states, or changes to // managed resources; but semantically equivalent states, or changes to
// deposed instances may not actually represent changes we need to present // deposed instances may not actually represent changes we need to present
// to the user, so for now this only serves as a short-circuit to skip // to the user, so for now this only serves as a short-circuit to skip