We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369589e commit 5a2bc1dCopy full SHA for 5a2bc1d
infra/gcp/terraform/k8s-infra-ii-sandbox/main.tf
@@ -39,7 +39,10 @@ resource "google_project_service" "project" {
39
project = google_project.project.id
40
41
for_each = toset([
42
+ "artifactregistry.googleapis.com",
43
+ "bigquery.googleapis.com",
44
"cloudbuild.googleapis.com",
45
+ "compute.googleapis.com",
46
"container.googleapis.com",
47
"containeranalysis.googleapis.com",
48
"containerregistry.googleapis.com",
0 commit comments