This commit is contained in:
Markus Brunsch 2025-11-19 16:26:36 +01:00
parent f391873ddc
commit 1609fb92f0
Signed by: markus.brunsch
GPG key ID: 67DD0736F0BE59BF
2 changed files with 57 additions and 57 deletions

View file

@ -8,25 +8,25 @@ https://opensource.org/licenses/MIT.
variable "stackit_org_id" {
description = "STACKIT Organization ID"
type = string
type = string
}
variable "stackit_sna_id" {
description = "STACKIT Network Area ID"
type = string
type = string
}
variable "routing_table_name" {
description = "STACKIT Routing Table ID"
type = string
type = string
}
variable "dns_server" {
description = "DNS Server for SKE"
type = string
type = string
}
variable "default_gateway" {
description = "Default Gateway for SKE Workload"
type = string
type = string
}