add variable for ipa ula addr

This commit is contained in:
Petar Cubela
2025-09-24 10:56:47 +02:00
parent 9daaec2cc7
commit 8f5bda8d8d
2 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,10 @@ variable "hostname_ipa" {
type = string
}
variable "ipa_ula_addr" {
type = string
}
variable "hostname_vms" {
type = list(string)
}