Skip to content

Commit fd358fd

Browse files
authored
chore(app_engine): enable compute API
1 parent ac03859 commit fd358fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/app_engine/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module "app-engine-project" {
3131
billing_account = var.billing_account
3232
activate_apis = [
3333
"appengine.googleapis.com",
34+
"compute.googleapis.com"
3435
]
3536
}
3637

0 commit comments

Comments
 (0)