Adds file array variable for Terrascan

This commit is contained in:
Cesar Rodriguez 2020-07-24 00:20:08 -04:00
parent d423b1c36a
commit 20a91b5de5

View file

@ -353,6 +353,7 @@ function BuildFileList() {
# Append the file to the array #
################################
FILE_ARRAY_TERRAFORM+=("${FILE}")
FILE_ARRAY_TERRAFORM_TERRASCAN+=("${FILE}")
##########################################################
# Set the READ_ONLY_CHANGE_FLAG since this could be exec #
##########################################################