This commit is contained in:
@@ -4,21 +4,21 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
resource "cloudflare_zero_trust_dex_test" "example_zero_trust_dex_test" {
|
resource "cloudflare_zero_trust_dex_test" "example_zero_trust_dex_test" {
|
||||||
account_id = local.cloudflare_account_id
|
account_id = local.cloudflare_account_id
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
host = "https://dash.cloudflare.com"
|
host = "https://dash.cloudflare.com"
|
||||||
kind = "http"
|
kind = "http"
|
||||||
method = "GET"
|
method = "GET"
|
||||||
}
|
}
|
||||||
enabled = true
|
enabled = true
|
||||||
interval = "30m"
|
interval = "30m"
|
||||||
name = "HTTP dash health check"
|
name = "HTTP dash health check"
|
||||||
description = "Checks the dash endpoint every 30 minutes"
|
description = "Checks the dash endpoint every 30 minutes"
|
||||||
target_policies = [{
|
target_policies = [{
|
||||||
id = "id"
|
id = "id"
|
||||||
default = true
|
default = true
|
||||||
name = "name"
|
name = "name"
|
||||||
}]
|
}]
|
||||||
targeted = true
|
# targeted = true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user