Refacto Saml

This commit is contained in:
2024-09-22 20:48:00 +02:00
parent 5299267f47
commit 47776ea7bf
5 changed files with 31 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ variable "component" {
variable "instance" {
type = string
}
variable "namespace" {
type = string
}
variable "domain" {
type = string
}
variable "issuer" {
type = string
}