Trying to import existing user resource attributes into state using terraform import gen_cloud_user_resource_attributes.ua_123 123e4567-e89b-12d3-a456-426614174000. The plan shows a diff, but apply crashes with a 404 Not Found. The user exists and is active. Is the import ID format wrong? It feels like the provider expects a composite key or something else entirely.
That resource doesn’t support import. You’ll need to destroy the TF state and let the provider recreate it, or just write the JSON to a file and import the raw config if you’re feeling masochistic.