Hi Guys, One more question again. :slightly_smilin...
# general
c
Hi Guys, One more question again. 🙂 I would like to make some kind of custom resource in Python. It seems I think I should use pulumi output for this purpose. https://github.com/pulumi/pulumi/blob/master/sdk/nodejs/resource.ts#L502 ... Is there a way to use a function like this in Pulumi-Python? If yes, can you please give me a link, where I can start, if not, can you please tell me what is the best way to make some resource/output? My usecase is I put helm chart into k8s with native python subprocess module, after this i have to make some AWS NLB, and this last step needs some dependecy on the 1st one. This is why i thought Pulumi.Output can solve my issue, so i can apply on that in the 2nd step.