Skip to content

Commit

Permalink
Feature | Add new SSO user Juan Manuel Vera for binbash onboarding (#625
Browse files Browse the repository at this point in the history
)

* feat: Add new SSO user Juan Manuel Vera for binbash onboarding

* fix (sso): tf format
  • Loading branch information
rodriguez-matias authored Sep 6, 2024
1 parent 2158d3f commit ff26100
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion management/global/sso/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ locals {
"ariel.jalil" = {
first_name = "Ariel"
last_name = "Jalil"
email = "[email protected]",
email = "[email protected]",
groups = [
"devops",
]
Expand All @@ -247,6 +247,14 @@ locals {
"devops",
]
}
"juan.vera" = {
first_name = "Juan Manuel"
last_name = "Vera"
email = "[email protected]"
groups = [
"devops",
]
}
}

#----------------------------------------------------------------------------
Expand Down

0 comments on commit ff26100

Please sign in to comment.