forked from moguljak/tp-cloud
Update Output
This commit is contained in:
@@ -5,8 +5,8 @@ output "vpc_id" {
|
||||
|
||||
output "subnet_id" {
|
||||
value = {
|
||||
frontend = google_compute_subnetwork.frontend.id
|
||||
backend = google_compute_subnetwork.backend.id
|
||||
frontend = google_compute_subnetwork.frontend.id,
|
||||
backend = google_compute_subnetwork.backend.id,
|
||||
database = google_compute_subnetwork.database.id
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user