This commit is contained in:
2023-09-20 13:50:11 +02:00
parent 3f1df6e67c
commit 2b93be7324
4 changed files with 52 additions and 52 deletions

View File

@@ -67,7 +67,7 @@ resource "authentik_application" "prj_application" {
resource "authentik_group" "prj_users" {
name = local.main-group
attributes = jsonencode({local.app-name = true})
attributes = jsonencode({"${local.app-name}" = true})
}
resource "authentik_group" "subgroup" {

View File

@@ -11,12 +11,17 @@ options:
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
ingress-class:
sub-domain:
default: traefik
examples:
- traefik
@@ -26,11 +31,6 @@ options:
examples:
- your-company
type: string
sub-domain:
default: traefik
examples:
- traefik
type: string
dependencies:
- dist: null
category: share