Skip to content

Commit

Permalink
Clarify how to get billing account id and folder id (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
janetkuo authored Dec 18, 2024
1 parent a7969b1 commit 889e6af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slurm-on-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ billing_account_id = "YOUR_BILLING_ACCOUNT_ID"
folder_id = "folders/FOLDER_ID"
```

Retrieve your billing account ID with `gcloud billing projects describe ${PROJECT_ID} --format="value(billingAccountName)"` and your folder ID with `gcloud projects describe ${PROJECT_ID} --format="value(parent.id)"`.

**Note:** Ensure your selected region or zone offers GPU availability. Consult the [Google Cloud documentation for a complete list](https://cloud.google.com/compute/docs/gpus/gpu-regions-zones).

7\. After you fill out the file, use the following command to apply the Terraform configuration and create the infrastructure.
Expand Down

0 comments on commit 889e6af

Please sign in to comment.