generated from professional-service-best-practices/best-practice-template
fmt
This commit is contained in:
parent
f391873ddc
commit
1609fb92f0
2 changed files with 57 additions and 57 deletions
10
variables.tf
10
variables.tf
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue