hey, i'm trying to debug an issue with the pulumi-...
# general
s
hey, i'm trying to debug an issue with the pulumi-threefolder provider: https://github.com/threefoldtech/pulumi-threefold/issues/352 i'm trying to understand the issue myself and contribute a PR to the provider to fix this. the issue must lie somewhere in https://github.com/threefoldtech/pulumi-threefold/blob/26299b11b6cc84f568fac88d2c890d6886c257ce/provider/network_resource.go#L35-L55 which for some reason doesn't access the provider that was previously created. my naive understanding is that the
ctx
carries this state. but i can't figure out why it's not working in this case.