This commit is contained in:
2024-12-06 15:07:16 +01:00
parent a039557abb
commit a8cddb7868
2 changed files with 3 additions and 14 deletions

View File

@@ -1,12 +1 @@
# Output d'un module
output "vpc_id" {
value = google_compute_network.vpc.id
}
output "subnet_ids" {
value = {
frontend = google_compute_subnetwork.subnet_front.id,
backend = google_compute_subnetwork.subnet_back.id,
database = google_compute_subnetwork.subnet_db.id
}
}