Commit 2f8187c
Add support for Terraform 0.12 using terraform-docs12 Helper (#4)
* drop python2 support
* Currently terraform-docs v0.6.0 does not support HCL2 (terraform 0.12) code.
Wrappers were built pre-processing those HCL2 files so that terraform-docs can be used.
A python3 script is available and needed as a prereq to this hook.
https://raw.githubusercontent.com/marcuscaisey/.dotfiles/master/scripts/terraform-docs12
* include terraform-docs12 dependancy1 parent 7f52cae commit 2f8187c
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
0 commit comments