`gitlab_group_label`: change ID to support passthrough importer

The gitlab_group_label resource currently uses the ID format: <label-name>.

This is not enough to use the passthrough importer, because the group is missing.

The goal is to:

  • implement an id state migration to <group>:<label-name>
  • change from custom to passthrough importer
Edited by Timo Furrer