func statesAreEquivalent(current, proposed *terraform.State) bool { return current.Serial == proposed.Serial && current.Equal(proposed) }