aboutsummaryrefslogtreecommitdiff
path: root/ops/github/repositories.tf
diff options
context:
space:
mode:
Diffstat (limited to 'ops/github/repositories.tf')
-rw-r--r--ops/github/repositories.tf6
1 files changed, 3 insertions, 3 deletions
diff --git a/ops/github/repositories.tf b/ops/github/repositories.tf
index 15a5b1d..ba5cf60 100644
--- a/ops/github/repositories.tf
+++ b/ops/github/repositories.tf
@@ -13,9 +13,9 @@ resource "github_repository" "repos" {
has_issues = try(each.value.has_issues, true)
has_projects = false
has_wiki = false
- allow_merge_commit = false
- allow_squash_merge = true
- allow_rebase_merge = true
+ allow_merge_commit = true
+ allow_squash_merge = false
+ allow_rebase_merge = false
vulnerability_alerts = try(each.value.vulnerability_alerts, false)
delete_branch_on_merge = try(!each.value.archived, true)
}