Skip to content

Commit 1d64402

Browse files
authored
Update lambda.tf
1 parent 23ebafa commit 1d64402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-unity/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "null_resource" "download_lambda_zip" {
22
provisioner "local-exec" {
3-
command = "wget -O ${path.module}/unity-cs-monitoring-lambda.zip https://github.com/unity-sds/unity-cs-monitoring-lambda/releases/download/v1.0.22/unity-cs-monitoring-lambda.zip"
3+
command = "wget -O ${path.module}/unity-cs-monitoring-lambda.zip https://github.com/unity-sds/unity-cs-monitoring-lambda/releases/download/v1.0.24/unity-cs-monitoring-lambda.zip"
44
}
55
}
66

0 commit comments

Comments
 (0)