Skip to content

Commit

Permalink
Merge pull request #35 from kunduso/create-amazon-elasticache
Browse files Browse the repository at this point in the history
Added resource block to the secret_manager iam policy
  • Loading branch information
kunduso authored Nov 18, 2023
2 parents 1e5b4fc + ed3b205 commit 5d04d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam_role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "aws_iam_policy" "secret_manager_policy" {
Action = [
"secretsmanager:GetSecretValue"
]
Resource = []
Resource = [aws_secretsmanager_secret_version.auth.arn]
},
{
Effect = "Allow",
Expand Down

0 comments on commit 5d04d2a

Please sign in to comment.