There was an error while loading. Please reload this page.
1 parent e6aad17 commit 25cddd9Copy full SHA for 25cddd9
terraform_docs.sh
@@ -4,6 +4,8 @@ set -eo pipefail
4
main() {
5
initialize_
6
parse_cmdline_ "$@"
7
+ # Support for setting relative PATH to .terraform-docs.yml config.
8
+ ARGS=${ARGS/--config=/--config=$(pwd)\/}
9
terraform_docs_ "${ARGS[*]}" "${FILES[@]}"
10
}
11
0 commit comments