Added AI generated scaffold.
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
output "project_id" {
|
||||
description = "The GCP project ID scaffolded into."
|
||||
value = var.project_id
|
||||
}
|
||||
|
||||
output "agent_sa_email" {
|
||||
description = "Email of the Gemini Agent runtime service account."
|
||||
value = google_service_account.agent_sa.email
|
||||
}
|
||||
|
||||
output "code_assist_sa_email" {
|
||||
description = "Email of the Gemini Code Assist Enterprise service account."
|
||||
value = google_service_account.code_assist_sa.email
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user