Back to Terragrunt

Queue Construct As Empty Value

docs/src/data/changelog/v1.1.4/queue-construct-as-empty-value.mdx

1.1.4513 B
Original Source

find and list reject a --queue-construct-as value that holds no command

A value made only of shell punctuation, such as terragrunt find --queue-construct-as=';', ended the run with a crash report. A value that quotes an empty command, such as --queue-construct-as='""', was accepted even though it names no command.

find and list now exit with an error that repeats the value you passed and shows what --queue-construct-as expects instead.