Finished first version of network, network-peering and linux-vm modules.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user