diff options
Diffstat (limited to 'infra')
-rw-r--r-- | infra/gcp/default.tf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/infra/gcp/default.tf b/infra/gcp/default.tf index 677e737a242e..18096bf2b476 100644 --- a/infra/gcp/default.tf +++ b/infra/gcp/default.tf @@ -81,8 +81,3 @@ resource "google_service_account" "nixery" { account_id = "nixery" display_name = "Nixery service account" } - -# Configure a git repository in which to store my monorepo -resource "google_sourcerepo_repository" "monorepo" { - name = "monorepo" -} |