We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4849f commit 5c6bf59Copy full SHA for 5c6bf59
modules/webhook/eventbridge/dispatcher.tf
@@ -131,7 +131,6 @@ resource "aws_iam_role_policy" "dispatcher_ssm" {
131
policy = templatefile("${path.module}/../policies/lambda-ssm.json", {
132
resource_arns = jsonencode(
133
concat(
134
- [var.config.github_app_parameters.webhook_secret.arn],
135
[for p in var.config.ssm_parameter_runner_matcher_config : p.arn]
136
)
137
0 commit comments