generated from professional-service-best-practices/best-practice-template
32 lines
No EOL
701 B
HCL
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
|
|
} |