We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e91f50 commit 2d30418Copy full SHA for 2d30418
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