We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac03859 commit fd358fdCopy full SHA for fd358fd
examples/app_engine/main.tf
@@ -31,6 +31,7 @@ module "app-engine-project" {
31
billing_account = var.billing_account
32
activate_apis = [
33
"appengine.googleapis.com",
34
+ "compute.googleapis.com"
35
]
36
}
37
0 commit comments