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