From a216f299488a2e27510f266457013c193e8ad0ea Mon Sep 17 00:00:00 2001 From: exequielrafaela Date: Wed, 26 Apr 2023 11:22:40 -0300 Subject: [PATCH] adding axel.mainel user via AWS IdC (sso) --- management/global/organizations/README.md | 8 ++++---- management/global/sso/locals.tf | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/management/global/organizations/README.md b/management/global/organizations/README.md index ee954a281..e93fa689f 100644 --- a/management/global/organizations/README.md +++ b/management/global/organizations/README.md @@ -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/) --- diff --git a/management/global/sso/locals.tf b/management/global/sso/locals.tf index 5b83d3036..27f745490 100644 --- a/management/global/sso/locals.tf +++ b/management/global/sso/locals.tf @@ -129,6 +129,15 @@ locals { "devops", ] } + "axel.meinel" = { + first_name = "Axel" + last_name = "Meinel" + email = "axel.meinel@binbash.com.ar" + groups = [ + "administrators", + "devops", + ] + } } #----------------------------------------------------------------------------