Skip to content

Commit 78cd51a

Browse files
committed
Add comment about version support
1 parent 467a260 commit 78cd51a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.terraform-docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ output:
2121
write = false
2222
}
2323
```
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.
2431
<!-- BEGIN_TF_DOCS -->
2532
{{ .Content }}
2633
<!-- END_TF_DOCS -->

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ module "r2-api-token" {
1212
write = false
1313
}
1414
```
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.
1522
<!-- BEGIN_TF_DOCS -->
1623
## Requirements
1724

0 commit comments

Comments
 (0)