We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecba546 + d3554e4 commit 014b577Copy full SHA for 014b577
1 file changed
asg.tf
@@ -31,7 +31,9 @@ resource "aws_iam_policy" "github_runner" {
31
{
32
Effect = "Allow"
33
Action = [
34
- "secretsmanager:GetSecretValue"
+ "secretsmanager:GetSecretValue",
35
+ "secretsmanager:ListSecrets",
36
+ "secretsmanager:DescribeSecret"
37
]
38
Resource = aws_secretsmanager_secret.github_runner_credentials.arn
39
},
0 commit comments