Skip to content

Commit

Permalink
bug :: resources 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed May 28, 2024
1 parent 19c9cfe commit e522e90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ data "aws_iam_policy_document" "loki_s3_policy_document" {
statement {
actions = ["s3:*"]
resources = [
module.loki_storage.arn
module.loki_storage.arn,
"${module.loki_storage.arn}/*"
]
effect = "Allow"
}
Expand Down

0 comments on commit e522e90

Please sign in to comment.