Update terraform/proxmox/Plex.tf
All checks were successful
OpenTofu Automation / deploy (push) Successful in 1m49s

This commit is contained in:
Matt Reeves 2025-01-08 00:33:09 -05:00
parent bab970fb46
commit c6c81fdf96

View file

@ -33,7 +33,6 @@ resource "proxmox_virtual_environment_vm" "Plex" {
ip_config {
ipv4 {
address = "dhcp"
gateway = var.vlan_gateway
}
}