Skip to content

Commit 1415ac9

Browse files
committed
Add Terraform compatibility matrix documentation
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 4103e59 commit 1415ac9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

docs/user-guide/how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "terraform-docs how to's on variety of topics."
44
menu:
55
docs:
66
parent: "user-guide"
7-
weight: 140
7+
weight: 130
88
toc: true
99
---
1010

docs/user-guide/introduction.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,33 @@ which produces:
3838

3939
Read 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>&gt;= 0.13</code></td>
55+
<td><code>&gt;= 0.15</code></td>
56+
</tr>
57+
<tr>
58+
<td><code>&gt;= 0.8, &lt; 0.13</code></td>
59+
<td><code>&gt;= 0.12, &lt; 0.15</code></td>
60+
</tr>
61+
<tr>
62+
<td><code>&lt; 0.8</code></td>
63+
<td><code>&lt; 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" >}}

0 commit comments

Comments
 (0)