This commit is contained in:
2025-12-04 09:40:53 +01:00
parent 3227265c7a
commit be4001f6c0
9 changed files with 155 additions and 109 deletions

View File

@@ -2,11 +2,11 @@
# 1. L'ID du VPC
# 2. Les IDs des sous-réseaux sous forme de map
output "vpc_terraform_output" {
output "vpc" {
value = google_compute_network.vpc_terraform.id
}
output "list_id" {
output "subnets" {
value = {
frontend = google_compute_subnetwork.subnet_frontend.id
backend = google_compute_subnetwork.subnet_backend.id