Skip to content

Commit 09b5386

Browse files
Update typesense.tf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 08afac7 commit 09b5386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typesense.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "typesense_uptime_checks" {
2323
source = "github.com/sparkfabrik/terraform-sparkfabrik-gcp-http-monitoring?ref=1.0.0"
2424
gcp_project = local.typesense_project
2525
uptime_monitoring_host = each.value.host
26-
uptime_monitoring_path = length(trimspace(each.value.path)) > 0 ? each.value.path : null
26+
uptime_monitoring_path = each.value.path
2727
alert_notification_channels = local.typesense_notification_channels
2828
alert_threshold_value = 1
2929
uptime_check_period = "900s"

0 commit comments

Comments
 (0)