Skip to content

Commit

Permalink
fix bucket policy
Browse files Browse the repository at this point in the history
  • Loading branch information
augustfengd committed Jan 27, 2025
1 parent f714b20 commit 4d5b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/terraform/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ data "aws_iam_policy_document" "augustfeng-app" {


resource "aws_s3_bucket_policy" "augustfeng-app" {
bucket = aws_s3_bucket.augustfengd.id
bucket = aws_s3_bucket.augustfeng-app.id
policy = data.aws_iam_policy_document.augustfeng-app.json
}

Expand Down

0 comments on commit 4d5b831

Please sign in to comment.