MON-392 add missing newline before terraform docs output

This commit is contained in:
Quentin Manfroi 2019-02-26 17:31:41 +01:00
parent 267d7b26f2
commit 0621ee2978

View File

@ -90,6 +90,7 @@ EOF
echo "- ${name/could reach/forecast}" >> README.md echo "- ${name/could reach/forecast}" >> README.md
done done
IFS=$SAVEIFS IFS=$SAVEIFS
echo >> README.md
# auto generate terraform docs (inputs and outputs) # auto generate terraform docs (inputs and outputs)
terraform-docs --with-aggregate-type-defaults md table ./ >> README.md terraform-docs --with-aggregate-type-defaults md table ./ >> README.md
# if README does not exist # if README does not exist