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.
2 parents 8323186 + 97b845d commit 754b2dbCopy full SHA for 754b2db
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