@@ -44,6 +44,6 @@ resource "aws_s3_bucket_object" "subfolder" {
bucket = aws_s3_bucket.mybucket.id
for_each = toset(var.bucket-list)
key = each.key
source = "backend/${each.key}"
key = "${each.key}/"
# source = "backend/${each.key}"
}
The note is not visible to the blocked user.