correction arborescence

This commit is contained in:
2025-12-04 11:47:32 +01:00
parent 6b1d52974a
commit 188ae64c09
28 changed files with 3413 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
output "frontend_subnet_id" {
value = google_compute_subnetwork.frontend.id
}
output "backend_subnet_id" {
value = google_compute_subnetwork.backend.id
}
output "database_subnet_id" {
value = google_compute_subnetwork.database.id
}
output "vpc_id" {
value = google_compute_network.vpc.id
}