AWS CLI 2 required #452
Labels
bug
Something isn't working
good first issue
Good first ticket, minimal dependencies
zero-check
Tickets releated to the zero check command
On
templates/scripts/elasticsearch-logging.sh
, line 6 the code:ES_ENDPOINT=$(aws es describe-elasticsearch-domain --domain-name ${PROJECT}-${ENVIRONMENT}-logging --query "DomainStatus.Endpoints.vpc" | jq -r '.')
requires AWS CLI 2, full assessment of required aws cli needs to be evaluated project wide.
The text was updated successfully, but these errors were encountered: