Skip to content

Commit

Permalink
Merge pull request #1 from zoitech/feature/remove_session_name
Browse files Browse the repository at this point in the history
remove session name from users
  • Loading branch information
YaraAbdellatif authored Feb 4, 2022
2 parents bac5a50 + fb3607f commit 9938d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ locals {
map-users = [
for userarn, groups in var.map-users : {
userarn = userarn
username = "${split("/", userarn)[1]}{{SessionName}}"
username = "${split("/", userarn)[1]}"
groups = groups
}
]
Expand Down

0 comments on commit 9938d64

Please sign in to comment.