Skip to content

Commit

Permalink
fix: updated policy to fix syntax issue (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aravind36064 authored Mar 16, 2022
1 parent 2422f65 commit bb5e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aws_iam_policy" "terraform" {
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:ListBucket", "s3:GetBucketVersioning"]
"Action": ["s3:ListBucket", "s3:GetBucketVersioning"],
"Resource": "${aws_s3_bucket.state.arn}"
},
{
Expand Down

0 comments on commit bb5e8d9

Please sign in to comment.