mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
[deploy-opentofu]
This commit is contained in:
@ -178,12 +178,6 @@ resource "proxmox_virtual_environment_vm" "k8s_vms" {
|
||||
gateway = each.value.gateway
|
||||
}
|
||||
}
|
||||
ip_config {
|
||||
ipv4 {
|
||||
address = each.value.ip
|
||||
gateway = each.value.gateway
|
||||
}
|
||||
}
|
||||
|
||||
user_data_file_id = proxmox_virtual_environment_file.vm_user_data[each.key].id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user