diff --git a/gcp/scripts/automated_deployment.pl b/gcp/scripts/automated_deployment.pl index 36c02ff..b939061 100644 --- a/gcp/scripts/automated_deployment.pl +++ b/gcp/scripts/automated_deployment.pl @@ -20,6 +20,11 @@ print ("\n******************************************************\n"); qx#gcloud -q deployment-manager deployments delete tier1-vpx#; + print ("\n******************************************************\n"); + print ("Deleting the VPX image"); + print ("\n******************************************************\n"); + qx#gcloud -q compute images delete netscaler12-1#; + print ("\n******************************************************\n"); print ("Deleting the GKE Kubernetes cluster"); print ("\n******************************************************\n");