Skip to content

Commit 754b2db

Browse files
authored
Merge pull request #1 from scribd/jimp/specify_working_dir
fix: unable to load slowlog_check.1.0.0.zip: no such file or directory
2 parents 8323186 + 97b845d commit 754b2db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ resource aws_security_group egress {
9494
tags = var.tags
9595
}
9696

97-
resource null_resource get_slowlog_archive {
97+
resource 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.0/slowlog_check.1.0.0.zip"
100+
working_dir = path.module
100101
}
101102
}
102103

0 commit comments

Comments
 (0)