Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 14, 2024
1 parent 05002fe commit a4da9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aws_s3_bucket_policy" "assets_bucket_policy" {
data "aws_iam_policy_document" "assets_bucket_policy_document" {
statement {
principals {
type = "AWS"
type = "AWS"
identifiers = [
module.amazon_linux.iam_arn
]
Expand All @@ -35,7 +35,7 @@ data "aws_iam_policy_document" "assets_bucket_policy_document" {
]

resources = [
aws_s3_bucket.assets_bucket.arn,
aws_s3_bucket.assets_bucket.arn,
"${aws_s3_bucket.assets_bucket.arn}/*",
]
}
Expand Down

0 comments on commit a4da9d2

Please sign in to comment.