2025-12-04 10:15:08 +01:00
|
|
|
output "ip_internes" {
|
2025-12-04 10:45:23 +01:00
|
|
|
value = module.compute.ip_internes
|
2025-12-04 10:15:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
output "ip_public_frontend" {
|
2025-12-04 10:45:23 +01:00
|
|
|
value = module.compute.ip_public_frontend
|
2025-12-04 10:15:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
output "nom_instances" {
|
2025-12-04 10:45:23 +01:00
|
|
|
value = module.compute.nom_instances
|
2025-12-04 10:15:08 +01:00
|
|
|
}
|
|
|
|
|
|
2025-12-04 10:16:39 +01:00
|
|
|
output "service_account_email" {
|
2025-12-04 10:41:26 +01:00
|
|
|
value = module.iam.service_account.email
|
2025-12-04 10:15:08 +01:00
|
|
|
}
|
|
|
|
|
|
2025-12-04 10:16:39 +01:00
|
|
|
output "service_account_key" {
|
2025-12-04 10:45:23 +01:00
|
|
|
value = module.iam.service_account_key
|
2025-12-04 10:15:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
output "vpc" {
|
2025-12-04 10:45:23 +01:00
|
|
|
value = module.network.vpc
|
2025-12-04 10:15:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
output "subnets" {
|
2025-12-04 10:45:23 +01:00
|
|
|
value = module.network.subnets
|
2025-12-04 10:15:08 +01:00
|
|
|
}
|