mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-08 06:52:26 -04:00
stackit: add k8s api load balancer (#2925)
This commit is contained in:
parent
62acec17f6
commit
2a61861a1c
20 changed files with 298 additions and 378 deletions
|
@ -96,3 +96,8 @@ variable "openstack_password" {
|
|||
type = string
|
||||
description = "OpenStack password."
|
||||
}
|
||||
|
||||
variable "openstack_load_balancer_endpoint" {
|
||||
type = string
|
||||
description = "OpenStack load balancer endpoint."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue