mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
[deploy-opentofu]
This commit is contained in:
@ -177,6 +177,10 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
|
|||||||
address = each.value.ip
|
address = each.value.ip
|
||||||
gateway = each.value.gateway
|
gateway = each.value.gateway
|
||||||
}
|
}
|
||||||
|
ipv4 {
|
||||||
|
address = each.value.ip3
|
||||||
|
gateway = each.value.gateway
|
||||||
|
}
|
||||||
}
|
}
|
||||||
ip_config {
|
ip_config {
|
||||||
ipv4 {
|
ipv4 {
|
||||||
|
|||||||
Reference in New Issue
Block a user