This commit is contained in:
2024-01-25 18:35:22 +01:00
parent 0727fca591
commit 8c4348d215
97 changed files with 402 additions and 402 deletions

View File

@@ -50,7 +50,7 @@ resource "authentik_provider_oauth2" "oauth2" {
signing_key = data.authentik_certificate_key_pair.ca.id
property_mappings = data.authentik_scope_mapping.oauth2.ids
redirect_uris = [
"https://${var.dns-name}/${var.redirect-path}"
"https://${var.dns_name}/${var.redirect-path}"
]
}

View File

@@ -10,7 +10,7 @@ variable "namespace" {
variable "labels" {
type = map(string)
}
variable "dns-name" {
variable "dns_name" {
type = string
}
variable "redirect-path" {