We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eae2cfe + 299882f commit e6a078bCopy full SHA for e6a078b
1 file changed
contrib/ec2/provision-ec2-cluster.sh
@@ -132,7 +132,6 @@ FIRST_INSTANCE=$(aws ec2 describe-instances \
132
--filters Name=tag:aws:cloudformation:stack-name,Values=$STACK_NAME Name=instance-state-name,Values=running \
133
--query 'Reservations[].Instances[].[PublicIpAddress]' \
134
--output text | head -1)
135
-echo_green "Setting DEISCTL_TUNNEL=$FIRST_INSTANCE"
136
export DEISCTL_TUNNEL=$FIRST_INSTANCE
137
echo_green "Enabling proxy protocol"
138
0 commit comments