Skip to content

Commit 6ee33bc

Browse files
authored
fix: comment out monitor as part of TODO (#10)
Signed-off-by: Ales Verbic <averbic@applause.com>
1 parent e19b2dc commit 6ee33bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cloudflare.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ resource "cloudflare_load_balancer_pool" "tx_submit_api_m1" {
447447
name = "TxSubmitApiM1"
448448

449449
account_id = var.cloudflare_account_id
450-
monitor = cloudflare_load_balancer_monitor.tx_submit_api_m1_monitor.id
450+
# TODO: add monitor when tx-submit-api supports reliable health checks
451+
# monitor = cloudflare_load_balancer_monitor.tx_submit_api_m1_monitor.id
451452

452453
dynamic "origins" {
453454
for_each = { for p in local.demeter_providers : p.name => p if p.tx_submit_api.enabled }

0 commit comments

Comments
 (0)