Skip to content

Commit

Permalink
chore: enable artifact registry (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Jan 9, 2025
1 parent c4c193b commit 574cad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/bootstrap/gcp/services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ locals {
"maps-backend.googleapis.com",
"apikeys.googleapis.com",
"datamigration.googleapis.com",
"secretmanager.googleapis.com"
"secretmanager.googleapis.com",
"artifactregistry.googleapis.com"
]
}

Expand Down

0 comments on commit 574cad7

Please sign in to comment.