diff --git a/outputs.tf b/outputs.tf index 66d8537..4989dbe 100644 --- a/outputs.tf +++ b/outputs.tf @@ -11,6 +11,6 @@ output "url" { } output "lambda_api_lambda_arns" { - description = "The ARNs of the Lambda functions from all api_endpoint instances" - value = module.lambda_api.lambda_api_lambda_arns + description = "The ARNs of the Lambda functions from all api_endpoint instances" + value = module.lambda_api.lambda_api_lambda_arns } \ No newline at end of file diff --git a/variables.tf b/variables.tf index 5afa7f7..e6ac4f6 100644 --- a/variables.tf +++ b/variables.tf @@ -32,8 +32,9 @@ variable "lambda_environment_variables" { variable "lambda_endpoint_definitions" { type = list(object({ - path_part = string - allowed_headers = optional(string) + path_part = string + allowed_headers = optional(string) + allow_credentials = optional(bool, false) method_definitions = list(object({ http_method = string