Skip to content

Commit

Permalink
Feature | Add new SSO users Dario Villavicencio and Nicolas Ferreira (#…
Browse files Browse the repository at this point in the history
…627)

* Feature | Add new SSO users Dario Villavicencio and Nicolas Ferreira

* Fix typo in last name for SSO user Villavicencio
  • Loading branch information
rodriguez-matias authored Sep 18, 2024
1 parent 1f132c4 commit 86a8680
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions management/global/sso/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,22 @@ locals {
"devops",
]
}
"dario.villavicencio" = {
first_name = "Dario"
last_name = "Villavicencio"
email = "dario.villavicencio@binbash.com.ar"
groups = [
"devops",
]
}
"nicolas.ferreira" = {
first_name = "Nicolas"
last_name = "Ferreira"
email = "nicolas.ferreira@binbash.com.ar"
groups = [
"datascientists",
]
}
}

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

0 comments on commit 86a8680

Please sign in to comment.