Skip to content

Commit 133f744

Browse files
committed
add min version
1 parent 591bb82 commit 133f744

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@ To create a Zero Trust organization:
1515

1616
## (Optional) Manage Zero Trust in Terraform
1717

18-
You can use the [Cloudflare Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/4.40.0) to manage your Zero Trust organization alongside your other IT infrastructure. To get started with Terraform, refer to our [Terraform tutorial series](/terraform/tutorial/).
18+
You can use the [Cloudflare Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest) to manage your Zero Trust organization alongside your other IT infrastructure. To get started with Terraform, refer to our [Terraform tutorial series](/terraform/tutorial/).
1919

2020
Zero Trust organizations cannot be created through Terraform. You must [sign up for Zero Trust](#sign-up-for-zero-trust) on the Cloudflare dashboard and then import the resource into your [Terraform configuration](/terraform/).
2121

2222
To import your Zero Trust organization:
2323

2424
<Tabs> <TabItem label="Terraform (v4)">
2525

26+
:::note[Provider versions]
27+
The following example requires Cloudflare provider version `>=4.40.0`.
28+
:::
29+
2630
1. Add the following permission to your [`cloudflare_api_token`](https://registry.terraform.io/providers/cloudflare/cloudflare/4.40.0/docs/resources/api_token):
2731
- `Access: Organizations, Identity Providers, and Groups Write`
2832

0 commit comments

Comments
 (0)