Skip to content

Commit afa6788

Browse files
committed
[ELI-702] - swapping arn to all for config actions
1 parent 2c460bd commit afa6788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/stacks/iams-developer-roles/github_actions_policies.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ resource "aws_iam_policy" "code_signing_management" {
731731
"lambda:DeleteFunctionCodeSigningConfig",
732732
"lambda:PutFunctionCodeSigningConfig"
733733
],
734-
Resource = "arn:aws:lambda:*:${data.aws_caller_identity.current.account_id}:function:eligibility_signposting_api:*",
734+
Resource = "*"
735735
},
736736
{
737737
Sid = "SignerJobUsage",

0 commit comments

Comments
 (0)