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 e6d4a12 commit 97b845dCopy full SHA for 97b845d
main.tf
@@ -94,9 +94,10 @@ resource aws_security_group egress {
94
tags = var.tags
95
}
96
97
-resource null_resource get_slowlog_archive {
+resource null_resource get_slowlog_check_archive {
98
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"
+ 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
101
102
103
0 commit comments