Skip to content
Start here

Fallback Origin

resource cloudflare_custom_hostname_fallback_origin

required Expand Collapse
zone_id: String

Identifier.

origin: String

Your origin hostname that requests to your custom hostnames will be sent to.

computed Expand Collapse
id: String

Identifier.

created_at: Time

This is the time the fallback origin was created.

status: String

Status of the fallback origin's activation.

updated_at: Time

This is the time the fallback origin was updated.

errors: List[String]

These are errors that were encountered while trying to activate a fallback origin.

cloudflare_custom_hostname_fallback_origin

resource "cloudflare_custom_hostname_fallback_origin" "example_custom_hostname_fallback_origin" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
  origin = "fallback.example.com"
}

data cloudflare_custom_hostname_fallback_origin

required Expand Collapse
zone_id: String

Identifier.

computed Expand Collapse
id: String

Identifier.

created_at: Time

This is the time the fallback origin was created.

origin: String

Your origin hostname that requests to your custom hostnames will be sent to.

status: String

Status of the fallback origin's activation.

updated_at: Time

This is the time the fallback origin was updated.

errors: List[String]

These are errors that were encountered while trying to activate a fallback origin.

cloudflare_custom_hostname_fallback_origin

data "cloudflare_custom_hostname_fallback_origin" "example_custom_hostname_fallback_origin" {
  zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
}