Skip to content

`gitlab_project_hook`: change ID to support passthrough importer

The gitlab_project_hook resource currently uses the ID format: <hook-id>.

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

The goal is to:

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