Skip to content

Commit

Permalink
chore(app_engine): enable compute API
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored May 16, 2024
1 parent ac03859 commit fd358fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/app_engine/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module "app-engine-project" {
billing_account = var.billing_account
activate_apis = [
"appengine.googleapis.com",
"compute.googleapis.com"
]
}

Expand Down

0 comments on commit fd358fd

Please sign in to comment.