mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Update proxmox.tf
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
provider "proxmox" {
|
||||
endpoint = var.proxmox_server
|
||||
api_token = var.proxmox_apikey
|
||||
@ -58,7 +57,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
||||
initialization {
|
||||
ip_config {
|
||||
ipv4 {
|
||||
address = "dhcp"
|
||||
address = "192.168.1.24"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user