Skip to content

Commit

Permalink
Update lambda.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
hargitayjpl authored Jul 5, 2024
1 parent 2777a7f commit d7253e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-unity/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "null_resource" "download_lambda_zip" {
provisioner "local-exec" {
command = "wget -O ${path.module}/unity-cs-monitoring-lambda.zip https://github.com/unity-sds/unity-cs-monitoring-lambda/releases/download/v1.0.30/unity-cs-monitoring-lambda.zip"
command = "wget -O ${path.module}/unity-cs-monitoring-lambda.zip https://github.com/unity-sds/unity-cs-monitoring-lambda/releases/download/v1.0.32/unity-cs-monitoring-lambda.zip"
}
}

Expand Down

0 comments on commit d7253e0

Please sign in to comment.