aboutsummaryrefslogtreecommitdiff
path: root/ops/github/repositories_public.tf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ops/github/repositories_public.tf14
1 files changed, 14 insertions, 0 deletions
diff --git a/ops/github/repositories_public.tf b/ops/github/repositories_public.tf
index 8f70342..19ecb7f 100644
--- a/ops/github/repositories_public.tf
+++ b/ops/github/repositories_public.tf
@@ -69,3 +69,17 @@ resource "github_repository" "anyevent-riak" {
allow_rebase_merge = true
vulnerability_alerts = true
}
+
+resource "github_repository" "containerd-to-vm" {
+ name = "containerd-to-vm"
+ delete_branch_on_merge = true
+ archived = false
+ has_downloads = false
+ has_issues = true
+ has_projects = false
+ has_wiki = false
+ allow_merge_commit = false
+ allow_squash_merge = true
+ allow_rebase_merge = true
+ vulnerability_alerts = true
+}