Skip to content

Commit 65a7fe7

Browse files
committed
Remove dependency on variable
1 parent 703cf79 commit 65a7fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/module_authorizer_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module "authorizer_lambda" {
3232
log_subscription_role_arn = local.acct.log_subscription_role_arn
3333

3434
lambda_env_vars = {
35-
CLOUDWATCH_NAMESPACE = "/aws/api-gateway/${aws_api_gateway_rest_api.main.id}/${var.environment}/alarms"
35+
CLOUDWATCH_NAMESPACE = "/aws/api-gateway/alarms"
3636
CLIENT_CERTIFICATE_EXPIRATION_ALERT_DAYS = 14
3737
}
3838
}

0 commit comments

Comments
 (0)