fin output dev

This commit is contained in:
2025-12-04 10:47:51 +01:00
parent 91e6f1b6d6
commit 08b0705275

View File

@@ -15,7 +15,8 @@ output "service_account_email" {
}
output "service_account_key" {
value = module.iam.service_account_key
sensitive = true
value = module.iam.service_account_key
}
output "vpc" {