diff --git a/proxmox/create-production-vm.sh b/proxmox/create-production-vm.sh index e5fd453..ce0502e 100755 --- a/proxmox/create-production-vm.sh +++ b/proxmox/create-production-vm.sh @@ -6,7 +6,7 @@ set -e # Configuration - EDIT THESE FOR YOUR ENVIRONMENT -VM_ID=201 # Changed from 101 (already exists) +VM_ID=202 # DevMatrix Production VM VM_NAME="DevMatrix-Prod" VM_IP="192.168.5.211/24" VM_GW="192.168.5.1"