t
This commit is contained in:
@@ -1,12 +1 @@
|
||||
# Output d'un module
|
||||
output "vpc_id" {
|
||||
value = google_compute_network.vpc.id
|
||||
}
|
||||
|
||||
output "subnet_ids" {
|
||||
value = {
|
||||
frontend = google_compute_subnetwork.subnet_front.id,
|
||||
backend = google_compute_subnetwork.subnet_back.id,
|
||||
database = google_compute_subnetwork.subnet_db.id
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user