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 ee83d12 commit 5eda484Copy full SHA for 5eda484
MtdrSpring/utils/oke-setup.sh
@@ -23,7 +23,7 @@ done
23
24
# Get OKE OCID
25
while ! state_done OKE_OCID; do
26
- OKE_OCID=$(terraform -chdir="${MTDRWORKSHOP_LOCATION}"/terraform output -json | python "$MTDRWORKSHOP_LOCATION"/python-scripts/process-cluster-ocid-json.py)
+ OKE_OCID=$(terraform -chdir="${MTDRWORKSHOP_LOCATION}"/terraform output -json | python "$MTDRWORKSHOP_LOCATION"/utils/python-scripts/process-cluster-ocid-json.py)
27
if [[ $OKE_OCID == Error* ]]; then
28
echo "$OKE_OCID"
29
exit
0 commit comments