forked from pierront/but3-iac
feat: compute module
This commit is contained in:
@@ -6,8 +6,8 @@ output "vpc_id" {
|
||||
output "subnet_ids" {
|
||||
description = "IDs des sous-réseaux frontend, backend, database"
|
||||
value = {
|
||||
frontend = google_compute_subnetwork.frontend.id
|
||||
backend = google_compute_subnetwork.backend.id
|
||||
database = google_compute_subnetwork.database.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