From 93cb97ac51e6d0d5dde5bd2fd960d2c2526f66c2 Mon Sep 17 00:00:00 2001 From: hcornet Date: Mon, 24 Nov 2025 16:48:16 +0100 Subject: [PATCH] test 21 --- Insights-Digital_Experience-Test.tf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Insights-Digital_Experience-Test.tf b/Insights-Digital_Experience-Test.tf index 5a2555e..7e01bda 100644 --- a/Insights-Digital_Experience-Test.tf +++ b/Insights-Digital_Experience-Test.tf @@ -4,21 +4,21 @@ # resource "cloudflare_zero_trust_dex_test" "example_zero_trust_dex_test" { - account_id = local.cloudflare_account_id - + account_id = local.cloudflare_account_id + data = { - host = "https://dash.cloudflare.com" - kind = "http" - method = "GET" + host = "https://dash.cloudflare.com" + kind = "http" + method = "GET" } - enabled = true - interval = "30m" - name = "HTTP dash health check" - description = "Checks the dash endpoint every 30 minutes" + enabled = true + interval = "30m" + name = "HTTP dash health check" + description = "Checks the dash endpoint every 30 minutes" target_policies = [{ - id = "id" - default = true - name = "name" + id = "id" + default = true + name = "name" }] - targeted = true +# targeted = true } \ No newline at end of file