Skip to content

Commit 6b08983

Browse files
COREINF-7108: fix No such file or directory - hostname (#21)
fix No such file or directory - hostname
1 parent eca6379 commit 6b08983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ resource "aws_lambda_function" "slowlog_check" {
131131
NAMESPACE = var.namespace
132132
ENV = var.env
133133
METRICNAME = var.metric_name
134-
DD_HOSTNAME = "slowlog-check-${local.replication_group}"
134+
HOSTNAME = "slowlog-check-${local.replication_group}"
135135
}
136136
}
137137

0 commit comments

Comments
 (0)