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 23ebafa commit 1d64402Copy full SHA for 1d64402
terraform-unity/lambda.tf
@@ -1,6 +1,6 @@
1
resource "null_resource" "download_lambda_zip" {
2
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"
+ 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"
4
}
5
6
0 commit comments