Merge pull request #295 from clintmoyer/spellcheck

Spelling fix "reshift" means "redshift"
This commit is contained in:
Toni de la Fuente
2019-02-20 18:11:31 -05:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ CHECK_ALTERNATE_check711="extra711"
extra711(){
# "Check for Publicly Accessible Redshift Clusters (Not Scored) (Not part of CIS benchmark)"
textInfo "Looking for Reshift clusters in all regions... "
textInfo "Looking for Redshift clusters in all regions... "
for regx in $REGIONS; do
LIST_OF_PUBLIC_REDSHIFT_CLUSTERS=$($AWSCLI redshift describe-clusters $PROFILE_OPT --region $regx --query 'Clusters[?PubliclyAccessible == `true`].[ClusterIdentifier,Endpoint.Address]' --output text)
if [[ $LIST_OF_PUBLIC_REDSHIFT_CLUSTERS ]];then