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
A target represents a single resource in your infrastructure (such as a server, Kubernetes cluster, database, or container) that users will connect to through Cloudflare. Targets are protocol-agnostic, meaning that you do not need to define a new target for each protocol that runs on the server.
8
9
@@ -28,30 +29,30 @@ If the target IP does not appear in the dropdown, go to **Networks** > **Routes*
28
29
</TabItem>
29
30
<TabItemlabel="API">
30
31
31
-
1.[Create an API token](/fundamentals/api/get-started/create-token/) with the following permissions:
32
-
| Type | Item | Permission |
33
-
| ------- | ---------------- | ---------- |
34
-
| Account | Zero Trust | Edit |
32
+
1.[Create an API token](/fundamentals/api/get-started/create-token/) with the following permissions:
33
+
| Type| Item| Permission |
34
+
| ------- | ---------------- | ---------- |
35
+
| Account | Zero Trust | Edit|
35
36
36
-
2.Make a `POST` request to the [Infrastructure Access Targets](/api/resources/zero_trust/subresources/access/subresources/infrastructure/subresources/targets/methods/create/) endpoint:
37
+
2. Make a `POST` request to the [Infrastructure Access Targets](/api/resources/zero_trust/subresources/access/subresources/infrastructure/subresources/targets/methods/create/) endpoint:
@@ -61,29 +62,28 @@ The following example requires Cloudflare provider version `>=4.45.0`.
61
62
:::
62
63
63
64
1. Add the following permission to your [`cloudflare_api_token`](https://registry.terraform.io/providers/cloudflare/cloudflare/4.45.0/docs/resources/api_token):
64
-
65
-
-`Teams Write`
65
+
-`Teams Write`
66
66
67
67
2. Configure the [`cloudflare_zero_trust_infrastructure_access_target`](https://registry.terraform.io/providers/cloudflare/cloudflare/4.45.0/docs/resources/zero_trust_infrastructure_access_target) resource:
0 commit comments