This commit is contained in:
2024-01-26 10:19:34 +01:00
parent e8ad81c3db
commit 94e78fa7e9
187 changed files with 3355 additions and 2857 deletions

View File

@@ -19,7 +19,7 @@ resource "authentik_group" "subgroup" {
resource "authentik_application" "prj_app" {
name = "${var.instance}"
slug = "${var.component}-${var.instance}"
group = var.app_group
group = var.app-group
protocol_provider = var.protocol_provider
backchannel_providers = var.backchannel_providers
meta_launch_url = format("https://%s", var.dns_name)

View File

@@ -7,7 +7,7 @@ variable "instance" {
variable "icon" {
type = string
}
variable "app_group" {
variable "app-group" {
type = string
}
variable "protocol_provider" {