Skip to content

Commit

Permalink
spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
markgov committed Oct 11, 2023
1 parent e6be90f commit f85499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ resource "aws_iam_role_policy_attachment" "lb_glue_crawler" {
policy_arn = aws_iam_policy.lb_glue_crawler.arn
}

resource "aws_iam_role_policy_attachment" "lb_glue_servicec" {
resource "aws_iam_role_policy_attachment" "lb_glue_service" {
role = aws_iam_role.lb_glue_crawler.id
policy_arn = "arn:aws:iam::aws:policy/service-role/AWSGlueServiceRole"
}
Expand Down

0 comments on commit f85499b

Please sign in to comment.