This commit is contained in:
24
Insights-Digital_Experience-Test.tf
Normal file
24
Insights-Digital_Experience-Test.tf
Normal file
@@ -0,0 +1,24 @@
|
||||
# =============================================================================
|
||||
# CLOUDFLARE : Insights : Digital Expérience
|
||||
# =============================================================================
|
||||
|
||||
#
|
||||
resource "cloudflare_zero_trust_dex_test" "example_zero_trust_dex_test" {
|
||||
account_id = local.cloudflare_account_id
|
||||
|
||||
data = {
|
||||
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"
|
||||
target_policies = [{
|
||||
id = "id"
|
||||
default = true
|
||||
name = "name"
|
||||
}]
|
||||
targeted = true
|
||||
}
|
||||
Reference in New Issue
Block a user