[Terraform-Openstack] Add optional Octavia loadbalancer for Master Nodes (#10924)

* terraform-openstack add optional master lb

* remove unnecessary spaces

* remove unnecessary spaces

* fix ci warnings
This commit is contained in:
jaszil
2024-02-20 02:42:21 +01:00
committed by GitHub
parent 12c8d0456f
commit e250bb65bb
7 changed files with 124 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
}
}
required_version = ">= 0.12.26"
}