chore: Update IP addresses
This commit is contained in:
parent
c68529eb69
commit
ac47c8b809
6 changed files with 15 additions and 25 deletions
|
|
@ -15,6 +15,7 @@ resource "proxmox_virtual_environment_vm" "talos-node" {
|
|||
|
||||
clone {
|
||||
vm_id = 10000 + tonumber(replace(var.node.talos_version, ".", ""))
|
||||
retries = 3
|
||||
}
|
||||
|
||||
cpu {
|
||||
|
|
@ -53,7 +54,7 @@ resource "proxmox_virtual_environment_vm" "talos-node" {
|
|||
}
|
||||
}
|
||||
dns {
|
||||
servers = ["192.168.1.2"]
|
||||
servers = ["9.9.9.9"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue