You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/terraform/how-to/create-partial-zone.mdx
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ head:
9
9
content: Create a partial zone using Terraform
10
10
---
11
11
12
+
import { Tabs, TabItem } from"~/components";
13
+
12
14
A [partial zone](/dns/zone-setups/partial-setup/) lets you use Cloudflare for a subdomain while keeping your existing authoritative DNS provider for the parent domain. This guide shows how to automate the setup using the [Cloudflare Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs).
13
15
14
16
:::caution
@@ -19,11 +21,33 @@ A partial zone cannot be created in the same Cloudflare account as the parent do
19
21
20
22
- Terraform installed. Refer to [Get started](/terraform/installing/).
21
23
- Your Cloudflare account ID and a configured provider block. Refer to [Initialize Terraform](/terraform/tutorial/initialize-terraform/).
22
-
- Partial zone entitlement enabled on your account. Contact your Cloudflare account team to confirm.
23
24
24
-
## 1. Create the zone
25
+
## Create the zone
26
+
27
+
Add the zone configuration and apply the change to create the zone:
0 commit comments