This commit is contained in:
2025-12-03 16:44:13 +01:00
parent 2bc66b21b3
commit df9d025406
3 changed files with 7 additions and 7 deletions

View File

@@ -9,9 +9,9 @@ output "subnet_ids" {
description = "Map des IDs des sous-réseaux"
value = {
frontend = google_compute_subnetwork.frontend.id
backend = google_compute_subnetwork.backend.id
database = google_compute_subnetwork.database.id
frontend = google_compute_subnetwork.frontend_network.id
backend = google_compute_subnetwork.backend_network.id
database = google_compute_subnetwork.database_network.id
}
}