Provides a Cloudflare custom hostname fallback origin resource.
resource "cloudflare_custom_hostname_fallback_origin" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
origin = "fallback.example.com"
}
origin
(String) Hostname you intend to fallback requests to. Origin must be a proxied A/AAAA/CNAME DNS record within Clouldflare.zone_id
(String) The zone identifier to target for the resource. Modifying this attribute will force creation of a new resource.id
(String) The ID of this resource.status
(String) Status of the fallback origin's activation.Import is supported using the following syntax:
$ terraform import cloudflare_custom_hostname_fallback_origin.example <zone_id>/<fallback_hostname>