modules.tf-lambda icon indicating copy to clipboard operation
modules.tf-lambda copied to clipboard

Names with special chars

Open Genaker opened this issue 3 years ago • 0 comments

Describe the bug

function_name = "Lambda 
Microservices"

image

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

Genaker avatar Sep 28 '21 02:09 Genaker