Skip to content

Commit

Permalink
Fixed the output ref
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Sep 6, 2024
1 parent 0ee35a1 commit e645032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/bootstrap/single-sign-on/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ resource "aws_ssoadmin_account_assignment" "quicksight_admin" {
provider = aws.sso-management

instance_arn = local.sso_instance_arn
permission_set_arn = data.terraform_remote_state.mp-sso-permissions-sets.outputs.quicksight-admin
permission_set_arn = data.terraform_remote_state.mp-sso-permissions-sets.outputs.quicksight_admin

principal_id = data.aws_identitystore_group.member[each.value.sso_group_name].group_id
principal_type = "GROUP"
Expand Down

0 comments on commit e645032

Please sign in to comment.