Skip to content

Commit 1112ca8

Browse files
kuvaldininpalm
authored andcommitted
fix: fail to download wrong tag of lambda (#840)
Signed-off-by: kuvaldini <[email protected]>
1 parent 490569c commit 1112ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/download-lambda/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ resource "null_resource" "download" {
88
}
99

1010
provisioner "local-exec" {
11-
command = "curl -o ${self.triggers.file} -L https://github.com/philips-labs/terraform-aws-github-runner/releases/download/${self.triggers.tag}/${self.triggers.name}.zip"
11+
command = "curl -o ${self.triggers.file} -fL https://github.com/philips-labs/terraform-aws-github-runner/releases/download/${self.triggers.tag}/${self.triggers.name}.zip"
1212
}
1313
}

0 commit comments

Comments
 (0)