We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1e627 commit e4f061eCopy full SHA for e4f061e
main.tf
@@ -1,5 +1,5 @@
1
locals {
2
- lambda_function_name = "${lower(var.environment)}_${lower(var.file_name)}"
+ lambda_function_name = "${lower(var.environment)}_${replace(lower(var.file_name), ".zip", "")}"
3
path_to_binary = "${var.directory_path}/${var.file_name}"
4
}
5
0 commit comments