adjust emergency_ssh variable description

This commit is contained in:
miampf 2025-01-02 11:49:32 +01:00
parent 1a11b889be
commit 5c24c9d22f
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C
4 changed files with 4 additions and 4 deletions

View File

@ -89,5 +89,5 @@ variable "additional_tags" {
variable "emergency_ssh" { variable "emergency_ssh" {
type = bool type = bool
default = false default = false
description = "Wether to deploy a load balancer to connect to nodes via ssh." description = "Wether to expose the SSH port through the public load balancer."
} }

View File

@ -105,5 +105,5 @@ variable "additional_tags" {
variable "emergency_ssh" { variable "emergency_ssh" {
type = bool type = bool
default = false default = false
description = "Wether to deploy a load balancer to connect to nodes via ssh." description = "Wether to expose the SSH port through the public load balancer."
} }

View File

@ -79,5 +79,5 @@ variable "additional_labels" {
variable "emergency_ssh" { variable "emergency_ssh" {
type = bool type = bool
default = false default = false
description = "Wether to deploy a load balancer to connect to nodes via ssh." description = "Wether to expose the SSH port through the public load balancer."
} }

View File

@ -75,5 +75,5 @@ variable "stackit_project_id" {
variable "emergency_ssh" { variable "emergency_ssh" {
type = bool type = bool
default = false default = false
description = "Wether to deploy a load balancer to connect to nodes via ssh." description = "Wether to expose the SSH port through the public load balancer."
} }