mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-31 19:18:40 -04:00
openstack: set region in cluster cloud client (#3375)
This commit is contained in:
parent
d65987cb15
commit
882d602524
5 changed files with 27 additions and 0 deletions
|
@ -97,6 +97,11 @@ variable "openstack_password" {
|
|||
description = "OpenStack password."
|
||||
}
|
||||
|
||||
variable "openstack_region_name" {
|
||||
type = string
|
||||
description = "OpenStack region name."
|
||||
}
|
||||
|
||||
variable "openstack_load_balancer_endpoint" {
|
||||
type = string
|
||||
description = "OpenStack load balancer endpoint."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue