feat: add portainer authentik-oidc tofu module

This commit is contained in:
cătălin 2024-07-17 17:18:11 +02:00
commit ca93b20463
No known key found for this signature in database
3 changed files with 29 additions and 0 deletions

View file

@ -37,3 +37,13 @@ variable "miniflux_client_secret" {
description = "Client secret"
type = string
}
variable "portainer_client_id" {
description = "Client ID"
type = string
}
variable "portainer_client_secret" {
description = "Client secret"
type = string
}