We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf3183 commit 1e8fb7aCopy full SHA for 1e8fb7a
README.md
@@ -7,6 +7,15 @@ This repository is used to build the infrastructure the NDR. That is it's sole p
7
- [Terraform](https://developer.hashicorp.com/terraform/install)
8
- [Terraform docs](https://github.com/terraform-docs/terraform-docs)
9
10
+To install terraform-docs on WSL use the following command
11
+```
12
+curl -sSLo ./terraform-docs.tar.gz https://terraform-docs.io/dl/v0.20.0/terraform-docs-v0.20.0-$(uname)-amd64.tar.gz &&
13
+tar -xzf terraform-docs.tar.gz &&
14
+chmod +x terraform-docs &&
15
+sudo mv terraform-docs /usr/local/bin/terraform-docs &&
16
+rm terraform-docs.tar.gz
17
18
+
19
## Installation
20
21
### pre-commit hook
0 commit comments