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 86b25b2 commit f4c346eCopy full SHA for f4c346e
terraform/modules.tf
@@ -119,7 +119,7 @@ module "apigateway_endpoints" {
119
vpc_endpoint_id = var.vpc_endpoint_id
120
region = var.region
121
service_authorizer_lambda_arn = module.lambda_functions.service_authorizer_lambda_arn
122
- mfa_auth_lambda_arn = module.lambda_functions.mfa_auth_lambda_arn,
+ mfa_auth_lambda_arn = module.lambda_functions.mfa_auth_lambda_arn
123
oidc_authorizer_lambda_arn = module.lambda_functions.oidc_authorizer_lambda_arn
124
}
125
0 commit comments