Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 341a66b

Browse files
committed
Fix TF code
1 parent 211ff7b commit 341a66b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform_module/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ resource "aws_iam_role_policy_attachment" "lambda_vpc_policy" {
8181
module "lambda" {
8282
source = "github.com/comtravo/terraform-aws-lambda?ref=5.0.0"
8383

84-
file_name = "lambda.zip"
84+
file_name = "${path.module}/lambda.zip"
8585
function_name = var.api_gateway_name
8686
handler = "index.handler"
8787
role = aws_iam_role.this.arn

0 commit comments

Comments
 (0)