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
1. In [Zero Trust](https://one.dash.cloudflare.com), go to **My Team** > **Lists**.
29
31
2. Select **Upload CSV**.
30
32
3. Next, specify a **List name**, enter an optional description, and choose a **List type**.
31
33
4. Drag and drop a file into the **CSV file** window, or select a file.
32
34
5. Select **Create**.
33
35
36
+
</TabItem>
37
+
<TabItemlabel="Terraform (v5)">
38
+
39
+
1. Add the following permission to your [`cloudflare_api_token`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/api_token):
40
+
-`Zero Trust Write`
41
+
42
+
2. Decode the contents of the CSV file and store it as a local value:
3. Create a list using the [`cloudflare_zero_trust_list`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zero_trust_list) resource:
1. Add the following permission to your [`cloudflare_api_token`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/api_token):
96
+
-`Zero Trust Write`
97
+
98
+
2. Create a list using the [`cloudflare_zero_trust_list`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zero_trust_list) resource.
0 commit comments