Finished first version of network, network-peering and linux-vm modules.

This commit is contained in:
2025-03-31 10:10:39 +02:00
parent 6924f75c86
commit 93537e5da5
6 changed files with 145 additions and 61 deletions
+9
View File
@@ -0,0 +1,9 @@
output "id" {
description = "The ID of the VPC network."
value = google_compute_network.network.id
}
output "name" {
description = "The name of the VPC network."
value = google_compute_network.network.name
}