Skip to content

Commit 564d70e

Browse files
committed
default device profile
1 parent 82f147b commit 564d70e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/content/partials/learning-paths/zero-trust/device-profiles.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To customize the default settings:
3636

3737
4. Save the profile.
3838

39-
5. Under **Global settings**,
39+
5. Under [**Global settings**](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/#global-settings),
4040
1. (Recommended) Enable **Admin override code** if you turned on **Lock WARP switch**.
4141
2. Enable **Install CA to system certificate store** if you want users to see a [custom block page](/cloudflare-one/policies/gateway/block-page/).
4242

@@ -86,7 +86,7 @@ https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/devices/settings \
8686
1. Add the following permission to your [`cloudflare_api_token`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/api_token):
8787
- `Zero Trust Write`
8888

89-
2. Configure the default profile using the [`cloudflare_zero_trust_device_default_profile`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zero_trust_device_default_profile) resource:
89+
2. Configure default profile settings using the [`cloudflare_zero_trust_device_default_profile`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zero_trust_device_default_profile) resource:
9090

9191
```tf
9292
resource "cloudflare_zero_trust_device_default_profile" "default_profile" {
@@ -105,8 +105,7 @@ https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/devices/settings \
105105
}
106106
```
107107

108-
3. Configure global WARP settings:
109-
108+
3. [Global settings](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/#global-settings) are not currently supported by the Terraform v5 provider (as of version 5.3.0). To turn on **Admin override code** and **Install CA to system certificate store**, use the dashboard or API.
110109

111110
</TabItem>
112111
</Tabs>

0 commit comments

Comments
 (0)