File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
terraform/modules/lambdas Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,8 @@ resource "aws_iam_policy" "shared_iam_policy" {
188188 Effect = " Allow" ,
189189 Resource = [
190190 " arn:aws:secretsmanager:${ data . aws_region . current . region } :${ data . aws_caller_identity . current . account_id } :secret:infra-core-api-config*" ,
191- " arn:aws:secretsmanager:${ data . aws_region . current . region } :${ data . aws_caller_identity . current . account_id } :secret:infra-core-api-testing-credentials*"
191+ " arn:aws:secretsmanager:${ data . aws_region . current . region } :${ data . aws_caller_identity . current . account_id } :secret:infra-core-api-testing-credentials*" ,
192+ " arn:aws:secretsmanager:${ data . aws_region . current . region } :${ data . aws_caller_identity . current . account_id } :secret:infra-core-api-uin-pepper*"
192193 ]
193194 },
194195 {
You can’t perform that action at this time.
0 commit comments