Skip to content

Commit

Permalink
Fixing Admin team
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Aug 16, 2023
1 parent 4f8c893 commit db8c394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/single-sign-on/iam-identity-center/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module "operators_team" {
cluster_arn = module.eks.cluster_arn

create_iam_role = false
iam_role_arn = "${local.sso_role_prefix}/${tolist(data.aws_iam_roles.user.names)[0]}"
iam_role_arn = "${local.sso_role_prefix}/${tolist(data.aws_iam_roles.admin.names)[0]}"

tags = {
Environment = "dev"
Expand Down

0 comments on commit db8c394

Please sign in to comment.