update network outputs
This commit is contained in:
parent
7e2af701ad
commit
8b7718e258
@ -0,0 +1,11 @@
|
|||||||
|
output "vpc_id" {
|
||||||
|
value = google_compute_network.tp07.id
|
||||||
|
}
|
||||||
|
|
||||||
|
output "subnets_ids" {
|
||||||
|
value = {
|
||||||
|
frontend = google_compute_subnetwork.tp07-frontend.id
|
||||||
|
backend = google_compute_subnetwork.tp07-backend.id
|
||||||
|
database = google_compute_subnetwork.tp07-database.id
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user