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 80ccff9 commit d1d3a48Copy full SHA for d1d3a48
main.tf
@@ -8,7 +8,7 @@
8
*/
9
data "archive_file" "zip_file_for_lambda" {
10
type = "zip"
11
- output_path = "lambda_code.zip"
+ output_path = "${var.name}.zip"
12
13
dynamic "source" {
14
for_each = distinct(flatten([
0 commit comments