This commit is contained in:
aissi
2025-12-04 09:50:12 +01:00
parent 876a184bbe
commit b90b7426dc

View File

@@ -12,8 +12,8 @@ output "ip_public_frontend" {
output "nom_instances" { output "nom_instances" {
value = { value = {
frontend = google_compute_instance.vm_frontend.name frontend = google_compute_instance.frontend-vm.name
backend = google_compute_instance.vm_backend.name backend = google_compute_instance.backend-vm.name
database = google_compute_instance.vm_database.name database = google_compute_instance.database-vm.name
} }
} }