This commit is contained in:
Guillaume VALLAT 2024-12-06 14:35:51 +01:00
parent 6e8887e928
commit 613b665819

View File

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