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/rules/cloud-connector/create-terraform.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@ You can create Cloud Connector rules using the [Terraform Cloudflare provider](h
13
13
14
14
To get started with Terraform for Cloudflare configuration, refer to [Terraform: Get started](/terraform/installing/).
15
15
16
+
## Required permissions
17
+
18
+
The [API token](/fundamentals/api/get-started/create-token/) used by Terraform must have at least the following permission:
19
+
20
+
-_Zone_ > _Cloud Connector_ > _Write_
21
+
16
22
## Example configuration
17
23
18
24
The following example Terraform configuration creates Cloud Connector rules for various [supported providers](/rules/cloud-connector/providers/) to route traffic between them based on URI paths:
0 commit comments