Skip to content

Commit

Permalink
more linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Khatraf committed Oct 30, 2024
1 parent 11dee42 commit d4a28e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/environments/core-logging/cortex.tf
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,6 @@ resource "aws_iam_role" "cortex_xsiam_role" {

resource "aws_iam_role_policy_attachment" "cortex_xsiam_role" {
policy_arn = aws_iam_policy.cortex_xsiam_policy.arn
role = aws_iam_role.cortex_xsiam_role.name
}

role = aws_iam_role.cortex_xsiam_role.name
}

0 comments on commit d4a28e3

Please sign in to comment.