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 ea08ca6 commit f5617e7Copy full SHA for f5617e7
main.tf
@@ -99,7 +99,7 @@ resource "random_uuid" "lambda_uuid" {}
99
100
101
resource "aws_lambda_function" "this" {
102
- filename = data.github_release.this.zipball_url.output
+ filename = "${path.module}/lambda.zip"
103
function_name = "${module.tags.name32}_${substr(random_uuid.lambda_uuid.result, 0, 31)}"
104
role = aws_iam_role.this.arn
105
handler = "rolling-restart.handler"
0 commit comments