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 9c1db46 commit 6c2caa0Copy full SHA for 6c2caa0
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.28/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.30/unity-cs-monitoring-lambda.zip"
4
}
5
6
0 commit comments