Skip to content

Commit f361b84

Browse files
committed
feat: update slowlog_check to v1.3.0-alpha.1
1 parent 539ad4d commit f361b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
566 KB
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-alpha.1.zip"
3+
slowlog_check_archive_hash = "LLpRWQaZYLhSbHthcbFq6se2MV1K9qH6p+oeZd/miVw="
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)