forked from pierront/but3-iac
suite
This commit is contained in:
@@ -11,14 +11,15 @@ output "nom_instances" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
output "service_account_email" {
|
output "service_account_email" {
|
||||||
value = module.iam.service_account_email
|
description = "Email du compte de service Terraform."
|
||||||
|
value = module.iam.email
|
||||||
}
|
}
|
||||||
|
|
||||||
output "service_account_key" {
|
output "service_account_key" {
|
||||||
sensitive = true
|
description = "Clé privée du compte de service Terraform (sensitive)."
|
||||||
value = module.iam.service_account_key
|
value = module.iam.key
|
||||||
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
output "vpc" {
|
output "vpc" {
|
||||||
value = module.network.vpc
|
value = module.network.vpc
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user