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.
2 parents da2c281 + 05c825a commit 51602faCopy full SHA for 51602fa
ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-commands.sh
@@ -11,13 +11,7 @@ expiration_date=$(date -d '4 hours' --iso=minutes --utc)
11
function join_by { local IFS="$1"; shift; echo "$*"; }
12
13
REGION="${LEASED_RESOURCE}"
14
-case "${REGION}" in
15
-us-east-1)
16
- ZONES=("us-east-1b" "us-east-1c")
17
- ;;
18
-*)
19
- ZONES=("${REGION}a" "${REGION}b")
20
-esac
+ZONES=("${REGION}a" "${REGION}b")
21
22
ZONES_COUNT=${ZONES_COUNT:-2}
23
ZONES=("${ZONES[@]:0:${ZONES_COUNT}}")
0 commit comments