Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

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

Diff for: modules/download-lambda/main.tf

+1-1
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)