This commit is contained in:
Guillaume VALLAT 2024-12-06 14:34:01 +01:00
parent 2a56f54e2b
commit 6e8887e928

View File

@ -1,5 +1,5 @@
output "vpc"{ output "vpc"{
value = google_compute_network.id value = google_compute_network.net1.id
} }
output "subnet" { output "subnet" {