Hi, could you point me to or explain to me an exam...
# general
a
Hi, could you point me to or explain to me an example when the
read
method of a dynamic resource would be called? The explanation in the documentation is very generic and I’d like to have a more concrete idea of when this would happen.
e
read
is used for
pulumi refresh
and
pulumi import
.
a
Alright, thanks! Seems like I should implement it then.