mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request 'Update proxmox.tf' (#202) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#202
This commit is contained in:
@ -176,7 +176,12 @@ initialization {
|
|||||||
address = "dhcp"
|
address = "dhcp"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
disk {
|
||||||
|
datastore_id = "local-snippets"
|
||||||
|
file_id = proxmox_virtual_environment_file.vm_user_data[each.key].id
|
||||||
|
interface = "ide2"
|
||||||
|
file_format = "raw"
|
||||||
|
}
|
||||||
# ip_config {
|
# ip_config {
|
||||||
# ipv4 {
|
# ipv4 {
|
||||||
# address = each.value.ip
|
# address = each.value.ip
|
||||||
|
|||||||
Reference in New Issue
Block a user