Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Aug 17, 2020
1 parent f5096a4 commit d2d3060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/custom_hostname_fallback_origin.html.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: "cloudflare"
page_title: "Cloudflare: cloudflare_custom_hostname_fallback_origin"
sidebar_current: "docs-ccloudflare_custom_hostname_fallback_origin"
sidebar_current: "docs-cloudflare_custom_hostname_fallback_origin"
description: !-
Provides a Cloudflare custom hostname fallback origin resource.
---
Expand All @@ -15,7 +15,7 @@ Provides a Cloudflare custom hostname fallback origin resource.
```hcl
resource "cloudflare_custom_hostname_fallback_origin" "fallback_origin" {
zone_id = "d41d8cd98f00b204e9800998ecf8427e"
origin = "fallback.example.com"
origin = "fallback.example.com"
}
```

Expand All @@ -24,7 +24,7 @@ resource "cloudflare_custom_hostname_fallback_origin" "fallback_origin" {
The following arguments are supported:

* `zone_id` - (Required) The DNS zone ID where the custom hostname should be assigned.
* `origin` - (Required) Hostname you intend to fallback requests too. Origin should be a proxied A/AAAA/CNAME dns record within Clouldflare.
* `origin` - (Required) Hostname you intend to fallback requests too. Origin must be a proxied A/AAAA/CNAME DNS record within Clouldflare.

## Attributes Reference

Expand Down

0 comments on commit d2d3060

Please sign in to comment.