Skip to content

Commit

Permalink
Revert to more permissive policy
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-erre committed Nov 2, 2023
1 parent 7340324 commit cb2866c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/services/cloud-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ data "aws_iam_policy_document" "cloudlogs_s3_access" {
]

resources = [
"${var.bucket_arn}/AWSLogs/${var.account_id}",
"${var.bucket_arn}/AWSLogs/${var.account_id}/*"
"${var.bucket_arn}",
"${var.bucket_arn}/*"
]
}
}

0 comments on commit cb2866c

Please sign in to comment.