Skip to content

Commit

Permalink
Fix typo "google_client_openid_useremail" (#729)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and danawillow committed May 21, 2019
1 parent 53f90c6 commit cb67670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource "kubernetes_cluster_role_binding" "user" {
subject {
kind = "User"
name = "${data.google_client_openid_useremail.provider_identity.email}"
name = "${data.google_client_openid_userinfo.provider_identity.email}"
}
}
```
Expand Down

0 comments on commit cb67670

Please sign in to comment.