forked from pierront/but3-iac
mja
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
output "service_account_email" {
|
||||||
|
value = google_service_account.service_account.email
|
||||||
|
}
|
||||||
|
|
||||||
|
output "service_account_key" {
|
||||||
|
value = google_service_account.mykey.private_key
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user