update network&compute outputs
This commit is contained in:
@@ -4,8 +4,8 @@ output "vpc_id" {
|
||||
|
||||
output "subnets_ids" {
|
||||
value = {
|
||||
frontend = google_compute_subnetwork.tp07-frontend.id
|
||||
backend = google_compute_subnetwork.tp07-backend.id
|
||||
frontend = google_compute_subnetwork.tp07-frontend.id,
|
||||
backend = google_compute_subnetwork.tp07-backend.id,
|
||||
database = google_compute_subnetwork.tp07-database.id
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user