We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18597b6 commit 393ede1Copy full SHA for 393ede1
infra/gcp/terraform/k8s-infra-ii-sandbox/main.tf
@@ -41,6 +41,7 @@ resource "google_project_service" "project" {
41
for_each = toset([
42
"cloudbuild.googleapis.com",
43
"container.googleapis.com",
44
+ "artifactregistry.googleapis.com",
45
"containeranalysis.googleapis.com",
46
"containerregistry.googleapis.com",
47
"storage-component.googleapis.com"
0 commit comments