Skip to content

Commit f844bc8

Browse files
authored
Merge pull request #13 from scribd/release/1.5.0
feat: use slowlog_check v1.3.0
2 parents 539ad4d + d1b4771 commit f844bc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
locals {
2-
slowlog_check_archive_basename = "slowlog_check.1.1.0.zip"
3-
slowlog_check_archive_hash = "q/73+Hhb8WMNuCeh2x6E64q5hAJ397v8wcBSx/WYBpY="
2+
slowlog_check_archive_basename = "slowlog_check.1.3.0.zip"
3+
slowlog_check_archive_hash = "H2YmQMqSwV8uSC6TXVJJLykkYUTj1e+g8Bi9Nijiex4="
44
slowlog_check_archive_path = "${path.module}/files/${local.slowlog_check_archive_basename}"
55

66
search_replication_group = "(?P<first>[0-9A-Za-z_-]+)\\.(?P<second>[0-9A-Za-z_-]+)\\.{0,1}(?P<third>[0-9A-Za-z_]*)\\.(?P<region>[0-9A-Za-z_-]+)\\.cache\\.amazonaws\\.com:{0,1}(?P<port>[0-9]*)"

0 commit comments

Comments
 (0)