Merge pull request 'Update proxmox.tf' (#33) from fenix-admin into main

Reviewed-on: fenix-gitea-admin/iac-teste#33
This commit is contained in:
2025-08-20 16:16:46 +00:00

View File

@ -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"
}
}