Skip to content

Commit

Permalink
Update zone.md with secondary type
Browse files Browse the repository at this point in the history
doc update
  • Loading branch information
garrettgalow authored Nov 14, 2023
1 parent 4118d52 commit d696a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "cloudflare_zone" "example" {
- `jump_start` (Boolean) Whether to scan for DNS records on creation. Ignored after zone is created.
- `paused` (Boolean) Whether this zone is paused (traffic bypasses Cloudflare). Defaults to `false`.
- `plan` (String) The name of the commercial plan to apply to the zone. Available values: `free`, `lite`, `pro`, `pro_plus`, `business`, `enterprise`, `partners_free`, `partners_pro`, `partners_business`, `partners_enterprise`.
- `type` (String) A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup. Available values: `full`, `partial`. Defaults to `full`.
- `type` (String) A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup. Available values: `full`, `partial`, `secondary`. Defaults to `full`.

### Read-Only

Expand Down

0 comments on commit d696a9e

Please sign in to comment.