We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6140a0 commit f5b49fcCopy full SHA for f5b49fc
Makefile
@@ -5,6 +5,7 @@ generate-docs:
5
echo "terraform-docs not found, installing..."; \
6
go install github.com/terraform-docs/terraform-docs@v0.20.0; \
7
fi
8
+ terraform init -upgrade
9
terraform-docs markdown table --output-file README.md --output-mode inject .
10
11
lint:
0 commit comments