Skip to content

Commit 962dbea

Browse files
authored
Fix issue with S3 bucket access (#12)
* Fix issue with S3 bucket access * Update version, fix S3 bucket IAM Policy
1 parent 3f89218 commit 962dbea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource "aws_iam_policy" "s3_policy" {
1212
"s3:ListBucket"
1313
],
1414
Resource = [
15-
"arn:aws:s3:::${var.s3_bucket_name}/"
15+
"arn:aws:s3:::${var.s3_bucket_name}"
1616
],
1717
},
1818
{

0 commit comments

Comments
 (0)