Skip to content

Commit 560200a

Browse files
committed
Try again
1 parent 6f8dc5d commit 560200a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infrastructure/terraform/components/api/module_authorizer_lambda.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ module "authorizer_lambda" {
3131
log_destination_arn = local.destination_arn
3232
log_subscription_role_arn = local.acct.log_subscription_role_arn
3333

34-
depends_on = [aws_cloudwatch_log_group.api_gateway_execution]
35-
3634
lambda_env_vars = {
3735
CLOUDWATCH_NAMESPACE = "/aws/api-gateway/supplier/alarms",
3836
CLIENT_CERTIFICATE_EXPIRATION_ALERT_DAYS = 14,

0 commit comments

Comments
 (0)