forked from pierront/but3-iac
modification output iam key
This commit is contained in:
@@ -10,5 +10,5 @@ output "service_account_email" {
|
|||||||
output "service_account_key" {
|
output "service_account_key" {
|
||||||
description = "Service account key."
|
description = "Service account key."
|
||||||
sensitive = true
|
sensitive = true
|
||||||
value = google_service_account.mykey.key
|
value = google_service_account.service_account.mykey.private_key
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user