mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-22 13:21:07 -05:00
adjust emergency_ssh
variable description
This commit is contained in:
parent
1a11b889be
commit
5c24c9d22f
@ -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."
|
||||||
}
|
}
|
||||||
|
@ -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."
|
||||||
}
|
}
|
||||||
|
@ -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."
|
||||||
}
|
}
|
||||||
|
@ -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."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user