https://pulumi.com logo
#general
Title
# general
a

adorable-gpu-98268

03/23/2022, 11:07 AM
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

echoing-dinner-19531

03/23/2022, 3:38 PM
read
is used for
pulumi refresh
and
pulumi import
.
a

adorable-gpu-98268

03/23/2022, 3:41 PM
Alright, thanks! Seems like I should implement it then.
2 Views