Skip to content

Commit

Permalink
We need compute in training
Browse files Browse the repository at this point in the history
  • Loading branch information
koenighotze committed Feb 15, 2024
1 parent a0f3b24 commit ac33c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform-examples/project-services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ locals {
common_apis = [
"cloudresourcemanager.googleapis.com",
"billingbudgets.googleapis.com",
"cloudbilling.googleapis.com"
"cloudbilling.googleapis.com",
"compute.googleapis.com",
]
}

Expand Down

0 comments on commit ac33c1a

Please sign in to comment.