Open
Description
Documentation Link(s)
Description
system_log_level
of the logging_config
parameter in aws_lambda_function
resource l describes three log levels, ERROR
, DEBUG
, or INFO
. During apply AWS API returns:
Error: expected system_log_level to be one of ["DEBUG" "INFO" "WARN"], got ERROR
References
No response
Would you like to implement a fix?
No