Skip to content

Commit

Permalink
fix: Add billingbudgets.googleapis.com to precondition script. (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante authored Nov 5, 2020
1 parent cb8794f commit f9b53c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helpers/setup-sa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ gcloud services enable \
gcloud services enable \
cloudbilling.googleapis.com \
--project "${SEED_PROJECT}"

gcloud services enable \
billingbudgets.googleapis.com \
--project "${SEED_PROJECT}"

gcloud services enable \
iam.googleapis.com \
Expand Down

0 comments on commit f9b53c3

Please sign in to comment.