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 490569c commit 1112ca8Copy full SHA for 1112ca8
modules/download-lambda/main.tf
@@ -8,6 +8,6 @@ resource "null_resource" "download" {
8
}
9
10
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"
+ 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"
12
13
0 commit comments