forked from pierront/but3-iac
Suite
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
output "service_account_email"{
|
output "service_account_email"{
|
||||||
description = "Service account email"
|
description = "Service account email"
|
||||||
value = google.service.account.myaccount.email
|
value = google_service_account.myaccount.email
|
||||||
}
|
}
|
||||||
|
|
||||||
output "service_account_key"{
|
output "service_account_key"{
|
||||||
description = "Service key"
|
description = "Service key"
|
||||||
sensitive = true
|
sensitive = true
|
||||||
value = google.service.account.mykey.private_key
|
value = google_service_account_key.mykey.private_key
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user