add variable for ipa ula addr
This commit is contained in:
@@ -11,6 +11,10 @@ variable "hostname_ipa" {
|
|||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "ipa_ula_addr" {
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
variable "hostname_vms" {
|
variable "hostname_vms" {
|
||||||
type = list(string)
|
type = list(string)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ resource "proxmox_vm_qemu" "vm00" {
|
|||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
macaddr = "bc:24:11:de:cb:31"
|
macaddr = "bc:24:11:de:cb:31"
|
||||||
}
|
}
|
||||||
nameserver = "fde4:ed21:b2c0:5600:be24:11ff:fede:cb30"
|
nameserver = var.ipa_ula_addr
|
||||||
|
|
||||||
onboot = true
|
onboot = true
|
||||||
boot = "order=scsi0"
|
boot = "order=scsi0"
|
||||||
|
|||||||
Reference in New Issue
Block a user