Skip to content

Commit f9b53c3

Browse files
authored
fix: Add billingbudgets.googleapis.com to precondition script. (#493)
1 parent cb8794f commit f9b53c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helpers/setup-sa.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ gcloud services enable \
223223
gcloud services enable \
224224
cloudbilling.googleapis.com \
225225
--project "${SEED_PROJECT}"
226+
227+
gcloud services enable \
228+
billingbudgets.googleapis.com \
229+
--project "${SEED_PROJECT}"
226230

227231
gcloud services enable \
228232
iam.googleapis.com \

0 commit comments

Comments
 (0)