This commit is contained in:
2025-12-04 08:37:56 +01:00
parent dc6fc96a2f
commit b3c37dd503

View File

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