Merge pull request 'Test destroy' (#9) from destroy_TestVM into dev
All checks were successful
Terraform Deploy / Validate (push) Successful in 4s
Terraform Deploy / Plan (push) Successful in 4s
Terraform Deploy / Apply (push) Has been skipped

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2025-12-08 18:13:48 +00:00

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 = {
"monitoring" = {
os = "debian"
cores = 2
memory = 4096
disk_gb = 30
ip = "192.168.1.161"
gateway = "192.168.1.254"
tags = ["monitoring"]
}
}
virtual_machines = {}
#############################
# Notes de configuration