forked from pierront/but3-iac
IAM
This commit is contained in:
@@ -10,7 +10,7 @@ output "vpc_id" {
|
||||
value = module.network.vpc_id
|
||||
}
|
||||
|
||||
#output "service_account_email" {
|
||||
# value = module.iam.service_account_email
|
||||
#}
|
||||
output "service_account_email" {
|
||||
value = module.iam.service_account_email
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user