Skip to content

Commit 97b845d

Browse files
committed
fix: unable to load slowlog_check.1.0.0.zip: no such file or directory
supply working_dir to null_resource
1 parent e6d4a12 commit 97b845d

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)