Skip to content

Commit b13b2bf

Browse files
committed
Removed 'in' from fields.sh script
1 parent b797385 commit b13b2bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-observability-terraform/fields.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
# ----------------------------------------------------------------------------------------------------------------------------------------------------------
44
# This script imports the existing fields and FERs (required by aws observability solution) if field(s) and FER(s) are already present in the user's Sumo Logic account.
5-
# For SUMOLOGIC_ENV, provide one from the list : au, ca, de, eu, jp, us2, in, fed or us1. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security"
5+
# For SUMOLOGIC_ENV, provide one from the list : au, ca, de, eu, jp, us2, fed or us1. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security"
66
# Before using this script, set following environment variables using below commands:
77
# export SUMOLOGIC_ENV=""
88
# export SUMOLOGIC_ACCESSID=""
99
# export SUMOLOGIC_ACCESSKEY=""
1010
#-----------------------------------------------------------------------------------------------------------------------------------------------------------
1111

1212
# Validate Sumo Logic environment/deployment.
13-
if ! [[ "$SUMOLOGIC_ENV" =~ ^(au|ca|de|eu|jp|us2|in|fed|us1|kr)$ ]]; then
14-
echo "$SUMOLOGIC_ENV is invalid Sumo Logic deployment. For SUMOLOGIC_ENV, provide one from list : au, ca, de, eu, fed, in, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security"
13+
if ! [[ "$SUMOLOGIC_ENV" =~ ^(au|ca|de|eu|jp|us2|fed|us1|kr)$ ]]; then
14+
echo "$SUMOLOGIC_ENV is invalid Sumo Logic deployment. For SUMOLOGIC_ENV, provide one from list : au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security"
1515
exit 1
1616
fi
1717

0 commit comments

Comments
 (0)