We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08afac7 commit 09b5386Copy full SHA for 09b5386
typesense.tf
@@ -23,7 +23,7 @@ module "typesense_uptime_checks" {
23
source = "github.com/sparkfabrik/terraform-sparkfabrik-gcp-http-monitoring?ref=1.0.0"
24
gcp_project = local.typesense_project
25
uptime_monitoring_host = each.value.host
26
- uptime_monitoring_path = length(trimspace(each.value.path)) > 0 ? each.value.path : null
+ uptime_monitoring_path = each.value.path
27
alert_notification_channels = local.typesense_notification_channels
28
alert_threshold_value = 1
29
uptime_check_period = "900s"
0 commit comments