feat: add portainer authentik-oidc tofu module
This commit is contained in:
parent
9d6464a7af
commit
ca93b20463
3 changed files with 29 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue