We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96426b2 commit e7ccea1Copy full SHA for e7ccea1
1 file changed
deploy/aws-hypervisor/scripts/create.sh
@@ -373,7 +373,7 @@ echo "$STACK_NAME" > "${SCRIPT_DIR}/../${SHARED_DIR}/rhel_host_stack_name"
373
INSTANCE_ID="$(aws --region "${REGION}" cloudformation describe-stacks --stack-name "${STACK_NAME}" \
374
--query 'Stacks[].Outputs[?OutputKey == `InstanceId`].OutputValue' --output text)"
375
echo "Instance ${INSTANCE_ID}"
376
-echo "${INSTANCE_ID}" >> "${SCRIPT_DIR}/../${SHARED_DIR}/aws-instance-id"
+echo "${INSTANCE_ID}" > "${SCRIPT_DIR}/../${SHARED_DIR}/aws-instance-id"
377
# shellcheck disable=SC2016
378
HOST_PUBLIC_IP="$(aws --region "${REGION}" cloudformation describe-stacks --stack-name "${STACK_NAME}" \
379
--query 'Stacks[].Outputs[?OutputKey == `PublicIp`].OutputValue' --output text)"
0 commit comments