Skip to content

Commit 3eb759c

Browse files
authored
Update create-zero-trust-org.mdx
1 parent 0de2c66 commit 3eb759c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/learning-paths/zero-trust/create-zero-trust-org.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following example requires Cloudflare provider version `>=4.40.0`.
3535
```terraform
3636
resource "cloudflare_zero_trust_access_organization" "<your-team-name>" {
3737
account_id = var.cloudflare_account_id
38-
name = "<your-team-name>"
38+
name = "Acme Corporation"
3939
auth_domain = "<your-team-name>.cloudflareaccess.com"
4040
}
4141
```
@@ -55,4 +55,4 @@ You can now update the Zero Trust organization using Terraform.
5555

5656
:::tip
5757
If you plan to manage all Zero Trust settings in Terraform, set the dashboard to [API/Terraform read-only mode](/cloudflare-one/api-terraform/#set-dashboard-to-read-only).
58-
:::
58+
:::

0 commit comments

Comments
 (0)