Skip to content

Commit 5a2bc1d

Browse files
committed
test atlantis with a trivial change
1 parent 369589e commit 5a2bc1d

File tree

1 file changed

+3
-0
lines changed
  • infra/gcp/terraform/k8s-infra-ii-sandbox

1 file changed

+3
-0
lines changed

infra/gcp/terraform/k8s-infra-ii-sandbox/main.tf

+3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ resource "google_project_service" "project" {
3939
project = google_project.project.id
4040

4141
for_each = toset([
42+
"artifactregistry.googleapis.com",
43+
"bigquery.googleapis.com",
4244
"cloudbuild.googleapis.com",
45+
"compute.googleapis.com",
4346
"container.googleapis.com",
4447
"containeranalysis.googleapis.com",
4548
"containerregistry.googleapis.com",

0 commit comments

Comments
 (0)