Added check extra732 Cloudfront CDN Geo restrictions

This commit is contained in:
Toni de la Fuente
2018-10-31 22:45:59 -04:00
parent 6cb75fa26a
commit 9a88249965

View File

@@ -25,10 +25,10 @@ extra732(){
if [[ $GEO_ENABLED == "none" ]]; then
textFail "CloudFront distribution $dist has not Geo restrictions"
else
textPass "CloudFront distribution $dist has Geo restrictions enabled"
textPass "CloudFront distribution $dist has Geo restrictions enabled"
fi
done
else
textInfo "$regx: No CloudFront distributions found" "$regx"
textInfo "No CloudFront distributions found"
fi
}