We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e91f50 + 2d30418 commit 29b6c0bCopy full SHA for 29b6c0b
1 file changed
contrib/aws/provision-aws-cluster.sh
@@ -125,7 +125,7 @@ aws ec2 describe-instances \
125
export ELB_DNS_NAME=$(aws cloudformation describe-stacks \
126
--stack-name $STACK_NAME \
127
--max-items 1 \
128
- --query 'Stacks[].[ Outputs[?OutputKey==`DNSName`].OutputValue ] ]' \
+ --query 'Stacks[].[ Outputs[?OutputKey==`DNSName`].OutputValue ]' \
129
--output=text \
130
$EXTRA_AWS_CLI_ARGS)
131
0 commit comments