Skip to content

New Resource - Kroki api integration is missing

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

New Resource

The gitlab settings api allows enabling of kroki and setting of the kroki url.

https://docs.gitlab.com/ee/api/settings.html

I'm looking for something that I could use like this:

resource "gitlab_application_settings" "kroki" {
  kroki_enabled = true
  kroki_url = "http://localhost:8000"
}

Related GitLab APIs

API documentation:

kroki_enabled | boolean | (If enabled, requires: kroki_url) Enable Kroki integration. Default is false.

kroki_url | string | The Kroki instance URL for integration.

kroki_formats | object | Additional formats supported by the Kroki instance. Possible values are: bpmn: (true|false), blockdiag: (true|false) and excalidraw: (true|false)

Additional Details

Edited by 🤖 GitLab Bot 🤖