Skip to content

Commit

Permalink
fix: typo in policy ARN (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Oct 3, 2024
1 parent 46c25f8 commit cec9f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ resource "aws_iam_role_policy_attachment" "secrets_manager" {

resource "aws_iam_role_policy_attachment" "lambda_read_only" {
role = aws_iam_role.sre-bot.name
policy_arn = "arn:aws:iam::aws:policy/AWSLambdaReadOnlyAccess"
policy_arn = "arn:aws:iam::aws:policy/AWSLambda_ReadOnlyAccess"
}

# SRE Bot's S3 bucket policy
Expand Down

0 comments on commit cec9f67

Please sign in to comment.