Skip to content

Commit f4c346e

Browse files
committed
Remove unncessary comma
1 parent 86b25b2 commit f4c346e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module "apigateway_endpoints" {
119119
vpc_endpoint_id = var.vpc_endpoint_id
120120
region = var.region
121121
service_authorizer_lambda_arn = module.lambda_functions.service_authorizer_lambda_arn
122-
mfa_auth_lambda_arn = module.lambda_functions.mfa_auth_lambda_arn,
122+
mfa_auth_lambda_arn = module.lambda_functions.mfa_auth_lambda_arn
123123
oidc_authorizer_lambda_arn = module.lambda_functions.oidc_authorizer_lambda_arn
124124
}
125125

0 commit comments

Comments
 (0)