Skip to content

Commit

Permalink
authorize Iam to get secrets (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen authored May 21, 2024
1 parent 5a02e4b commit 62e83b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ecs/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ resource "aws_iam_policy" "task_policy" {
"ssm:GetParameter*",
"ssm:DescribeParameters",
"kms:Decrypt",
"ec2imds:Get*"
"ec2imds:Get*",
"secretsmanager:GetSecretValue"
]
Effect = "Allow"
Resource = "*"
Expand Down

0 comments on commit 62e83b9

Please sign in to comment.