Skip to content

Commit

Permalink
fix: incorrect bucket in loki iam policy (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoataoldotcom authored Mar 4, 2023
1 parent 86a523c commit c568e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam-policy-loki-s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_iam_policy" "loki_s3" {
"Effect": "Allow",
"Resource": [
"${module.loki_s3[each.key].primary_s3_bucket_arn}",
"${module.loki_s3[each.key].replica_s3_bucket_arn}/*"
"${module.loki_s3[each.key].primary_s3_bucket_arn}/*"
]
}
]
Expand Down

0 comments on commit c568e79

Please sign in to comment.