This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Clean up Unused and Orphaned Persistent Disks | |
| # Enable APIs and Clone Repository | |
| gcloud services enable cloudscheduler.googleapis.com | |
| git clone https://github.com/GoogleCloudPlatform/gcf-automated-resource-cleanup.git && cd gcf-automated-resource-cleanup/ | |
| export PROJECT_ID=$(gcloud config list --format 'value(core.project)' 2>/dev/null) | |
| WORKDIR=$(pwd) | |
| # Create Persistent Disks | |
| cd $WORKDIR/unattached-pd |