From bb5e8d9ca9e8b9993cc7143d6ae8ee963f15f053 Mon Sep 17 00:00:00 2001 From: Aravind36064 <101051200+Aravind36064@users.noreply.github.com> Date: Wed, 16 Mar 2022 11:02:28 +0530 Subject: [PATCH] fix: updated policy to fix syntax issue (#80) --- policy.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy.tf b/policy.tf index 9af8861..e1203e6 100644 --- a/policy.tf +++ b/policy.tf @@ -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}" }, {