Skip to content

Commit

Permalink
adding axel.mainel user via AWS IdC (sso) (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela authored Apr 26, 2023
1 parent 91675ca commit 0f137ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions management/global/organizations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ AWS Organizations Multi-Account baseline layout.
## Leverage Documentation

- **How it works**
- [AWS Organizations](https://leverage.binbash.com.ar/user-guide/organization/organization/)
- [AWS Organizations](https://leverage.binbash.com.ar/how-it-works/features/organization/organization/)
- **User guide**
1. [Configurations](https://leverage.binbash.com.ar/user-guide/base-configuration/repo-le-tf-infra-aws/)
2. [Workflow](https://leverage.binbash.com.ar/user-guide/base-workflow/repo-le-tf-infra-aws/)
3. [Organizations](https://leverage.binbash.com.ar/user-guide/organization/organization/)
1. [Configurations](https://leverage.binbash.com.ar/user-guide/ref-architecture-aws/configs/)
2. [Workflow](https://leverage.binbash.com.ar/user-guide/ref-architecture-aws/workflow/)
3. [Organizations](https://leverage.binbash.com.ar/user-guide/features/organization/organization-init/)

---

Expand Down
9 changes: 9 additions & 0 deletions management/global/sso/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@ locals {
"devops",
]
}
"axel.meinel" = {
first_name = "Axel"
last_name = "Meinel"
email = "[email protected]"
groups = [
"administrators",
"devops",
]
}
}

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

0 comments on commit 0f137ca

Please sign in to comment.