Skip to content

Commit

Permalink
Update destroy.sh
Browse files Browse the repository at this point in the history
Update destroy.sh
  • Loading branch information
Kuassim committed Oct 21, 2021
1 parent f76c8ea commit ca300ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mtdrworkshop/teardown/destroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ export MTDRWORKSHOP_OKE_CLUSTER=$(cat $WORKINGDIR/mtdrworkshopclusterid.txt)
echo Deleting ADB $MTDRDB ...
oci db autonomous-database delete --autonomous-database-id $MTDRDB_OCID --force

echo Deleting the OKE cluster ...
echo Deleting the OKE cluster $MTDRWORKSHOP_OKE_CLUSTER ...
oci ce cluster delete --cluster-id $MTDRWORKSHOP_OKE_CLUSTER --force

echo Deleting API-gateway ...
echo Deleting API-gateway $MTDRGTW_OCID ...
oci api-gateway gateway delete --gateway-id $MTDRGTW_OCID --force

echo Deleting Bucket ...
oci os bucket delete --bucket-name mtdrworkshop --force

echo Deleting Repository ...
echo Deleting Repository $DOCKER_REGISTRY ...
oci artifacts container repository delete --repository-id $DOCKER_REGISTRY

0 comments on commit ca300ea

Please sign in to comment.