You want to first figure out if the resource is Terraform-based, DCL-based or direct. Check the labels in the resource' CRD.
- If the resource has
cnrm.cloud.google.com/tf2crd
label, it is Terraform-based - If the resource has
cnrm.cloud.google.com/dcl2crd
label, it is DCL-based - If the resource has neither label, it is direct resource already.
For Terraform-based or DCL-based resource, you shall migrate them to the direct approach (Alpha) first, and then promote to Beta.
For direct resource, you can follow deep-dives 5 to promote the resource.