worried-engineer-33884
07/31/2019, 4:21 PMconfig.require
doesn't work so well in a dynamic provider async create
function.white-balloon-205
create
callback, and then capture the value of the config setting.
See the note at the end of https://www.pulumi.com/docs/reference/programming-model/#dynamicproviders for details on the unusual execution model for Dynamic Providers that leads to this kind of requirement.worried-engineer-33884
07/31/2019, 4:25 PM