correction arborescence

This commit is contained in:
2025-12-04 11:47:32 +01:00
parent 6b1d52974a
commit 188ae64c09
28 changed files with 3413 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
output "frontend_public_ip" {
value = module.compute.frontend_public_ip
}
output "internal_ips" {
value = module.compute.internal_ips
}
output "vpc_id" {
value = module.network.vpc_id
}
output "service_account_email" {
value = module.iam.service_account_email
}