modules.tf-lambda
modules.tf-lambda copied to clipboard
Names with special chars
Describe the bug
function_name = "Lambda
Microservices"
if name has new line it has error during run:
Invalid multi-line string; Quoted strings may not be split over multiple lines. To produce a multi-line string, either use the \n escape to represent a newline character or use the "heredoc" multi-line template syntax., and 1 other diagnostic(s)
ERRO[0000] Unable to determine underlying exit code, so Terragrunt will exit with error code 1
Expected behavior
Remove specials cachers from the name
Actual behavior
Error