Skip to content

Commit

Permalink
refactor: rename the glue_service_trust policy attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolsmendes committed Dec 29, 2023
1 parent 45bdd02 commit c7ac70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/glue/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aws_iam_role_policy_attachment" "glue_service_custom" {
policy_arn = aws_iam_policy.glue_service_custom.arn
}

resource "aws_iam_role_policy_attachment" "glue_service_managed" {
resource "aws_iam_role_policy_attachment" "glue_service_trust" {
role = aws_iam_role.glue_service.name
policy_arn = "arn:aws:iam::aws:policy/service-role/AWSGlueServiceRole"
}

0 comments on commit c7ac70f

Please sign in to comment.