File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ resource aws_security_group egress {
9696
9797resource null_resource get_slowlog_check_archive {
9898 provisioner local-exec {
99- command = " wget https://github.com/scribd/elasticache-slowlog-to-datadog/releases/download/v1.0.0 /slowlog_check.1.0.0 .zip"
99+ command = " wget https://github.com/scribd/elasticache-slowlog-to-datadog/releases/download/v1.0.1 /slowlog_check.1.0.1 .zip"
100100 working_dir = path. module
101101 }
102102}
@@ -120,8 +120,8 @@ resource aws_ssm_parameter datadog_app_key {
120120
121121resource "aws_lambda_function" "slowlog_check" {
122122 function_name = " slowlog_check"
123- filename = " ${ path . module } /slowlog_check.1.0.0 .zip"
124- source_code_hash = " MDgxYjVkZmMyNDkzODg1ZDJiMzBiY2FmYWI5NWNkMTQ1MjQ0Y2ViNDkzZTFhM2I3OGFhMmU3MzZiOWFhZTJiMw= ="
123+ filename = " ${ path . module } /slowlog_check.1.0.1 .zip"
124+ source_code_hash = " Xn5bMbrSmVqdHMjchEAk/r2TJT6cHdQfIXRIaZo7vdQ ="
125125 role = aws_iam_role. slowlog_check . arn
126126 handler = " lambda_function.lambda_handler"
127127 runtime = " ruby2.5"
You can’t perform that action at this time.
0 commit comments