We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6394ea0 commit 9df5f98Copy full SHA for 9df5f98
scripts/project.sh
@@ -16,7 +16,7 @@ elif [ "$action" = "tools" ]; then
16
17
go mod download
18
19
- go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.21.0
+ go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.24.0
20
else
21
echo "Invalid action: '$action', please use $0 help for help"
22
fi
0 commit comments