chore(gcp): Remove monorepo repository
The repository is now public on Github.
This commit is contained in:
parent
be28462a8a
commit
eb43ba75d2
1 changed files with 0 additions and 5 deletions
|
@ -81,8 +81,3 @@ resource "google_service_account" "nixery" {
|
||||||
account_id = "nixery"
|
account_id = "nixery"
|
||||||
display_name = "Nixery service account"
|
display_name = "Nixery service account"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Configure a git repository in which to store my monorepo
|
|
||||||
resource "google_sourcerepo_repository" "monorepo" {
|
|
||||||
name = "monorepo"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue