Update Output

This commit is contained in:
2024-12-06 16:27:41 +01:00
parent 16b512dae9
commit fed533bb2c
3 changed files with 45 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ output "vpc_id" {
output "subnet_id" {
value = {
frontend = google_compute_subnetwork.frontend.id
backend = google_compute_subnetwork.backend.id
frontend = google_compute_subnetwork.frontend.id,
backend = google_compute_subnetwork.backend.id,
database = google_compute_subnetwork.database.id
}
}