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 929dd4a commit e2baeceCopy full SHA for e2baece
deploy/keycloak-auth/keycloak-config/run.sh
@@ -5,7 +5,7 @@ AUTH_SERVER_PORT="$2"
5
6
until nc -z $AUTH_SERVER_HOSTNAME $AUTH_SERVER_PORT; do
7
echo INFO: Waiting for keycloak authorizaion server running at $AUTH_SERVER_HOSTNAME:$AUTH_SERVER_PORT ...
8
- sleep 1;
9
-done
+ sleep 1;
+done
10
terraform init
11
terraform apply -auto-approve
0 commit comments