Hello all. I went through the tutorial about adopt...
# python
s
Hello all. I went through the tutorial about adopting existing resources with Pulumi, but it is only for TS. I am totally lost how to do the same with Python. Did anybody tried to import of already deployed resources using Python? I would appreciate a help with some stupid example like
Copy code
# Resource group
resource_group = core.ResourceGroup(...)
Thank you in advance!