Skip to content

`gitlab_deploy_token`: change ID to support passthrough importer

The gitlab_deploy_token resource currently uses the ID format: .

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>:<deploy-token-id>
  • change from custom to passthrough importer
Edited by Timo Furrer