Skip to content

Commit

Permalink
Merge pull request #9399 from ministryofjustice/LavMatt-patch-1
Browse files Browse the repository at this point in the history
remove `/` from fmd quicksight policy resource
  • Loading branch information
julialawrence authored Jan 20, 2025
2 parents fc3af6a + 3472666 commit 3323114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ data "aws_iam_policy_document" "find_moj_data_quicksight_policy" {
"quicksight:GenerateEmbedUrlForAnonymousUser"
]
resources = [
"arn:aws:quicksight:eu-west-2:${data.aws_caller_identity.current.account_id}:namespace/default/",
"arn:aws:quicksight:eu-west-2:${data.aws_caller_identity.current.account_id}:namespace/default",
"arn:aws:quicksight:eu-west-2:${data.aws_caller_identity.current.account_id}:dashboard/6898300c-69fe-4f84-b172-1784ab6bf1a0"
]
condition {
Expand Down

0 comments on commit 3323114

Please sign in to comment.