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
Copy file name to clipboardExpand all lines: .terraform-docs.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,13 @@ output:
21
21
write = false
22
22
}
23
23
```
24
+
25
+
### Cloudflare provider version support
26
+
27
+
5.0 and above uses version 5.0 of the Cloudflare provider.
28
+
4.1.1 and below uses version 4 of the Cloudflare provider.
29
+
30
+
I will continue to support the 4.1.1 version to the best of my ability, but I will not be adding new features to it. I will only add new features to the 5.0 version of the provider.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ module "r2-api-token" {
12
12
write = false
13
13
}
14
14
```
15
+
16
+
### Cloudflare provider version support
17
+
18
+
5.0 and above uses version 5.0 of the Cloudflare provider.
19
+
4.1.1 and below uses version 4 of the Cloudflare provider.
20
+
21
+
I will continue to support the 4.1.1 version to the best of my ability, but I will not be adding new features to it. I will only add new features to the 5.0 version of the provider.
0 commit comments