I just ran *pulumi refresh -s test*
# typescript
n
I just ran pulumi refresh -s test
f
A refresh reads the environment, and writes to your pulumi statefile, to keep the two in sync. If you saw this output as the result of a refresh, it means that something else deleted those resources, and the refresh operation has updated your statefile to reflect that. Now pulumi knows that it will need to re-create those resources on the next
up
operation.