Provides a Cloudflare Observatory Scheduled Test resource.
resource "cloudflare_observatory_scheduled_test" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
url = "example.com"
region = "us-central1"
frequency = "WEEKLY"
}
frequency
(String) The frequency to run the test. Available values: DAILY
, WEEKLY
. Modifying this attribute will force creation of a new resource.region
(String) The region to run the test in. Available values: us-central1
, us-east1
, us-east4
, us-south1
, us-west1
, southamerica-east1
, europe-north1
, europe-southwest1
, europe-west1
, europe-west2
, europe-west3
, europe-west4
, europe-west8
, europe-west9
, asia-east1
, asia-south1
, asia-southeast1
, me-west1
, australia-southeast1
. Modifying this attribute will force creation of a new resource.url
(String) The page to run the test on. Modifying this attribute will force creation of a new resource.zone_id
(String) The zone identifier to target for the resource. Modifying this attribute will force creation of a new resource.timeouts
(Block, Optional) (see below for nested schema)id
(String) The ID of this resource.timeouts
Optional:
create
(String)Import is supported using the following syntax:
$ terraform import cloudflare_observatory_scheduled_test.example <zone_id>:<url>:<region>