This message was deleted.
# general
s
This message was deleted.
l
"ComponentResource" is the Pulumi-idiomatic way to do this. However, you can achieve this with any block of code / class / object that your preferred language supports.
i
oh, interesting. my brain is still thinking in HCL/Terraform mode … I didn’t think about creating a new class and instantiating it 🤔
l
Just be careful with the Pulumi name parameter. Its value needs to be different for each resource (obviously), but it also needs to never change once the resource is created (because a new name means a new resource, which means deleting the old one).
So no random strings! 🙂