Skip to content

Commit 6a5c7f3

Browse files
committed
fix: path correction for lambda_zip
1 parent 1fa930c commit 6a5c7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ami-updater/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
lambda_zip = var.lambda_zip == null ? "${path.module}/../../lambdas/functions/ami-updater/dist/ami-updater.zip" : var.lambda_zip
2+
lambda_zip = var.lambda_zip == null ? "${path.module}/../../lambdas/functions/ami-updater/ami-updater.zip" : var.lambda_zip
33
role_path = var.role_path == null ? "/${var.prefix}/" : var.role_path
44
tags = merge(
55
{

0 commit comments

Comments
 (0)