Skip to content

Commit

Permalink
Merge pull request #867 from ministryofjustice/fix/sso-read-only-addi…
Browse files Browse the repository at this point in the history
…tion

Fixed typo in policy name
  • Loading branch information
AntonyBishop authored Feb 9, 2024
2 parents 42c23c5 + f5bbc3e commit 4f91881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management-account/terraform/iam-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ resource "aws_iam_role_policy_attachment" "modernisation_platform_sso_readonly"

resource "aws_iam_role_policy_attachment" "modernisation_platform_ssodirectory_readonly" {
role = aws_iam_role.modernisation_platform_sso_readonly.name
policy_arn = "arn:aws:iam::aws:policy/AAWSSSODirectoryReadOnly"
policy_arn = "arn:aws:iam::aws:policy/AWSSSODirectoryReadOnly"
}

##########################################
Expand Down

0 comments on commit 4f91881

Please sign in to comment.