openstack: set region in cluster cloud client (#3375)

This commit is contained in:
3u13r 2024-09-26 11:08:06 +02:00 committed by GitHub
parent d65987cb15
commit 882d602524
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 0 deletions

View file

@ -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."