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."
44menu :
55 docs :
66 parent : " user-guide"
7- weight : 140
7+ weight : 130
88toc : true
99---
1010
Original file line number Diff line number Diff line change @@ -38,6 +38,33 @@ which produces:
3838
3939Read all about available [ formats] .
4040
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+
4168[ Configuration] : {{< ref "configuration" >}}
4269[ markdown table] : {{< ref "markdown-table" >}}
4370[ formats] : {{< ref "terraform-docs" >}}
You can’t perform that action at this time.
0 commit comments