Skip to content

Commit

Permalink
fix jupyter sa bug
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshkumhar committed Mar 11, 2024
1 parent c9df187 commit e1b3d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jupyter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "kubernetes_annotations" "hub" {

resource "google_service_account_iam_binding" "hub-workload-identity-user" {
count = var.add_auth ? 1 : 0
service_account_id = module.jupyterhub-workload-identity.gcp_service_account
service_account_id = module.jupyterhub-workload-identity.gcp_service_account.name
role = "roles/iam.workloadIdentityUser"

members = [
Expand Down

0 comments on commit e1b3d1d

Please sign in to comment.