chore(prod): remove netlab vm configuration from tfvars
All checks were successful
Terraform Deploy / Validate (push) Successful in 15s
Terraform Deploy / Plan (push) Successful in 5s
Terraform Deploy / Apply (push) Has been skipped

Remove the configuration for the "netlab" virtual machine (192.168.1.161).
This clears the virtual_machines map in the production environment, effectively decommissioning the instance.
This commit is contained in:
darnodo
2026-01-12 17:47:38 +01:00
parent 03fbc40de2
commit e412154bef

View File

@@ -33,17 +33,7 @@ admin_ssh_public_key_path = "~/.ssh/keys/id_rsa.pub"
# Utilisateur par défaut sur les VMs
default_vm_user = "damien"
virtual_machines = {
"netlab" = {
os = "debian"
cores = 8
memory = 24576
disk_gb = 64
ip = "192.168.1.161"
gateway = "192.168.1.254"
tags = ["netlab"]
}
}
virtual_machines = {}
#############################
# Notes de configuration