Skip to content

Commit 689784f

Browse files
MukeshMukesh
authored andcommitted
update
1 parent 4fde33f commit 689784f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/vault/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ resource "aws_iam_policy" "vault_s3_policy" {
3333
"s3:ListBucket"
3434
],
3535
"Resource": [
36-
"arn:aws:s3:::custom-vault-data-bucket",
37-
"arn:aws:s3:::custom-vault-data-bucket/*"
36+
"arn:aws:s3:::${var.bucket_name}",
37+
"arn:aws:s3:::${var.bucket_name}/*"
3838
]
3939
}
4040
]

0 commit comments

Comments
 (0)