fix: dont print stdout from terraform get

This commit is contained in:
Colwyn Fritze-Moor 2022-02-15 11:28:12 -08:00 committed by Brett Logan
parent ecb6625a21
commit 58e42fe112

View file

@ -287,7 +287,7 @@ function LintCodebase() {
(
cd "${DIR_NAME}" || exit
terraform get
terraform get >/dev/null
)
fi