inshBouddah
This commit is contained in:
parent
84710d08f7
commit
4ec3638b1e
@ -4,8 +4,8 @@ output "id_vpc" {
|
||||
|
||||
output "id_subnetwork" {
|
||||
value = {
|
||||
frontend=google_compute_subnetwork.frontend.id,
|
||||
backend=google_compute_subnetwork.backend.id,
|
||||
database=google_compute_subnetwork.database.id
|
||||
frontend = google_compute_subnetwork.frontend_subnet.id,
|
||||
backend = google_compute_subnetwork.backend_subnet.id,
|
||||
database = google_compute_subnetwork.database_subnet.id
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user