How to use two custom resources A and B of v1alpha...
# general
a
How to use two custom resources A and B of v1alpha2 in pulumi . Using the crd2pulumi tool overrides the generation . If i use separate folders to generate A and B then they cannot be registered
Copy code
pulumi.RegisterResourceModule(
 "crds",
 "<http://x.cloud.google.com/v1alpha2|x.cloud.google.com/v1alpha2>",
 &module{version},
)