stackit-service-prefixes/variables.tf
Markus Brunsch 70507ce207
All checks were successful
CI / Check License Header (push) Successful in 4s
CI / TruffleHog Secrets Scan (push) Successful in 4s
CI / Terraform CI (push) Successful in 9s
fmt
2025-11-19 16:25:05 +01:00

32 lines
No EOL
701 B
HCL

/*
Copyright 2025 STACKIT GmbH & Co. KG <markus.brunsch@stackit.cloud>
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
variable "stackit_org_id" {
description = "STACKIT Organization ID"
type = string
}
variable "stackit_sna_id" {
description = "STACKIT Network Area ID"
type = string
}
variable "routing_table_name" {
description = "STACKIT Routing Table ID"
type = string
}
variable "dns_server" {
description = "DNS Server for SKE"
type = string
}
variable "default_gateway" {
description = "Default Gateway for SKE Workload"
type = string
}