Trying to import an existing queue into Terraform state. Running terraform import gen_cloud_queue.main 12345-67890 results in a 404 Not Found error. The queue exists and I can query it via the REST API without issues.
Error: Error reading Queue: 404 Not Found
Is there a specific ID format required for the import command?