This commit is contained in:
2025-12-03 17:26:00 +01:00
parent 2f4110e359
commit 4cb7b8b771
6 changed files with 143 additions and 6 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
bakcend = google_compute_subnetwork.subnet_backend.id