forked from pierront/but3-iac
manque le s de subnets
This commit is contained in:
@@ -20,13 +20,13 @@ output "nom_instances" {
|
||||
|
||||
output "service_account_email" {
|
||||
description = "Service account email."
|
||||
value = module.iam.service_account_email.value
|
||||
value = module.iam.service_account.email
|
||||
}
|
||||
|
||||
output "service_account_key" {
|
||||
description = "Service account key."
|
||||
sensitive = true
|
||||
value = module.iam.service_account_key.value
|
||||
value = module.iam.service_account_email.mykey.private_key
|
||||
}
|
||||
|
||||
output "vpc" {
|
||||
|
||||
Reference in New Issue
Block a user