forked from pierront/but3-iac
network
This commit is contained in:
@@ -9,7 +9,7 @@ output "vpc" {
|
|||||||
output "subnets" {
|
output "subnets" {
|
||||||
value = {
|
value = {
|
||||||
frontend = google_compute_subnetwork.subnet_frontend.id
|
frontend = google_compute_subnetwork.subnet_frontend.id
|
||||||
bakcend = google_compute_subnetwork.subnet_backend.id
|
backend = google_compute_subnetwork.subnet_backend.id
|
||||||
databse = google_compute_subnetwork.subnet_database.id
|
database = google_compute_subnetwork.subnet_database.id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user