File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: "terraform-docs how to's on variety of topics."
4
4
menu :
5
5
docs :
6
6
parent : " user-guide"
7
- weight : 140
7
+ weight : 130
8
8
toc : true
9
9
---
10
10
Original file line number Diff line number Diff line change @@ -38,6 +38,33 @@ which produces:
38
38
39
39
Read all about available [ formats] .
40
40
41
+ ## Compatibility
42
+
43
+ terraform-docs compatiblity matrix with Terraform can be found below:
44
+
45
+ <table class =" table pure-table " >
46
+ <thead >
47
+ <tr>
48
+ <th>terraform-docs</th>
49
+ <th>Terraform</th>
50
+ </tr>
51
+ </thead >
52
+ <tbody >
53
+ <tr>
54
+ <td><code>>= 0.13</code></td>
55
+ <td><code>>= 0.15</code></td>
56
+ </tr>
57
+ <tr>
58
+ <td><code>>= 0.8, < 0.13</code></td>
59
+ <td><code>>= 0.12, < 0.15</code></td>
60
+ </tr>
61
+ <tr>
62
+ <td><code>< 0.8</code></td>
63
+ <td><code>< 0.12</code></td>
64
+ </tr>
65
+ </tbody >
66
+ </table >
67
+
41
68
[ Configuration] : {{< ref "configuration" >}}
42
69
[ markdown table] : {{< ref "markdown-table" >}}
43
70
[ formats] : {{< ref "terraform-docs" >}}
You can’t perform that action at this time.
0 commit comments