Is it possible to set `import:` for resources in a...
# typescript
s
Is it possible to set
import:
for resources in a
helm.v2.Chart()
as well? (See https://www.pulumi.com/blog/adopting-existing-cloud-resources-into-pulumi/) Maybe via
transformations
?
w
Yes - I think you would need to use transformations to do that - but it should be possible.