Sorry if a repeated question but I can't find the ...
# general
m
Sorry if a repeated question but I can't find the answer. Is there a way to ignore the dynamic resource cache? I'm hitting problems where I'm seeing an old version (after file modifications) of my resource provider get run. Can see an option in runtime module but nothing in the cli. I've tried setting
PULUMI_NODEJS_CACHE_DYNAMIC_PROVIDERS=0
or
PULUMI_NODEJS_CACHE_DYNAMIC_PROVIDERS=false
but it doesn't seem to be having any effect?