Skip to content

Commit

Permalink
updated aws_sso_configs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 20, 2024
1 parent f79625e commit 9507ff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/aws_sso_configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ while read -r id _email name; do
name="$(tr '[:upper:]' '[:lower:]' <<< "$name" | sed 's/[^[:alnum:]]/-/g')"
cat <<EOF
[profile $name]
sso_start_url = $sso_start_url
sso_region = $sso_start_region
sso_start_url = $sso_start_url
sso_region = $sso_start_region
sso_account_id = $id
sso_role_name = $role
region = $region
sso_role_name = $role
region = $region
EOF
done

0 comments on commit 9507ff0

Please sign in to comment.