mirror of
https://github.com/ghndrx/linux-copy-demo.git
synced 2026-02-10 06:54:56 +00:00
7 lines
165 B
HCL
7 lines
165 B
HCL
output "vpc_network_name" {
|
|
value = google_compute_network.vpc_network.name
|
|
}
|
|
|
|
output "vpc_subnets" {
|
|
value = google_compute_subnetwork.vpc_subnets.*.self_link
|
|
} |