Skip to content

Commit

Permalink
feat: add GKE default service account as output
Browse files Browse the repository at this point in the history
  • Loading branch information
Monska85 committed Dec 4, 2024
1 parent cc3e6d8 commit 5178173
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ output "gitlab_namespace" {
value = var.gitlab_namespace
description = "The namespace where Gitlab is installed."
}

output "gke_service_account" {
value = module.gke.service_account
description = "The service account used by the GKE cluster."
}

0 comments on commit 5178173

Please sign in to comment.