From a4da9d24de927e2aa536377f0bfa13d01fe3a009 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 13 Aug 2024 20:13:09 -0400 Subject: [PATCH] terraform fmt --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 175bb31..d71cdfd 100644 --- a/main.tf +++ b/main.tf @@ -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 ] @@ -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}/*", ] }