mirror of
https://github.com/ghndrx/linux-copy-demo.git
synced 2026-02-10 06:54:56 +00:00
init repo
This commit is contained in:
7
modules/vpc/outputs.tf
Normal file
7
modules/vpc/outputs.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
output "vpc_network_name" {
|
||||
value = google_compute_network.vpc_network.name
|
||||
}
|
||||
|
||||
output "vpc_subnets" {
|
||||
value = google_compute_subnetwork.vpc_subnets.*.self_link
|
||||
}
|
||||
Reference in New Issue
Block a user