Skip to content

Commit 5c6bf59

Browse files
remove unnecessary permissions in the dispatcher
1 parent 0a4849f commit 5c6bf59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/webhook/eventbridge/dispatcher.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ resource "aws_iam_role_policy" "dispatcher_ssm" {
131131
policy = templatefile("${path.module}/../policies/lambda-ssm.json", {
132132
resource_arns = jsonencode(
133133
concat(
134-
[var.config.github_app_parameters.webhook_secret.arn],
135134
[for p in var.config.ssm_parameter_runner_matcher_config : p.arn]
136135
)
137136
)

0 commit comments

Comments
 (0)