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 8d36924 commit a2baaeeCopy full SHA for a2baaee
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 process-cluster-ocid.json.py)"
+ OKE_OCID=$(terraform -chdir="${MTDRWORKSHOP_LOCATION}"/terraform output -json | python "$MTDRWORKSHOP_LOCATION"/python-scripts/process-cluster-ocid.json.py)
27
if [[ $OKE_OCID == Error* ]]; then
28
echo "$OKE_OCID"
29
exit
…pring/utils/process-cluster-ocid-json.py …hon-scripts/process-cluster-ocid-json.pyMtdrSpring/utils/process-cluster-ocid-json.py renamed to MtdrSpring/utils/python-scripts/process-cluster-ocid-json.py
0 commit comments