mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update proxmox.tf
This commit is contained in:
14
proxmox.tf
14
proxmox.tf
@ -54,12 +54,16 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
initialization {
|
initialization {
|
||||||
ip_config {
|
ip_config {
|
||||||
ipv4 {
|
ipv4 {
|
||||||
address = "192.168.1.24/24" # IP estático + máscara de rede
|
address = "192.168.1.24/24" # IP estático + máscara de rede
|
||||||
gateway = "192.168.1.1" # Gateway da rede
|
gateway = "192.168.1.1" # Gateway da rede
|
||||||
|
}
|
||||||
|
}
|
||||||
|
user_account {
|
||||||
|
password = "passexemplo",
|
||||||
|
username = "userexemplo"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user