terraform: add subnet for OpenStack LBs

This commit is contained in:
Malte Poll 2024-02-14 16:37:26 +01:00
parent 9d164de18b
commit 1e987f6a85
8 changed files with 75 additions and 10 deletions

View file

@ -67,6 +67,11 @@ variable "network_id" {
description = "Network ID to attach each node to."
}
variable "subnet_id" {
type = string
description = "Subnetwork ID to attach each node to."
}
variable "init_secret_hash" {
type = string
description = "Hash of the init secret."