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