Skip to content

Commit

Permalink
Merge pull request #88 from sparkfabrik/feat/add_gke_service_account_…
Browse files Browse the repository at this point in the history
…as_output

feat: add GKE default service account as output
  • Loading branch information
Monska85 authored Dec 4, 2024
2 parents cc3e6d8 + 5178173 commit ba6dea2
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 ba6dea2

Please sign in to comment.