compute fait

This commit is contained in:
2025-12-03 17:19:47 +01:00
parent 899cf21887
commit 5b3ce9600f
6 changed files with 141 additions and 5 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