From 40060a721b675ad43ded48163aa0e92b50375d3d Mon Sep 17 00:00:00 2001 From: arnol377 Date: Fri, 25 Oct 2024 17:59:21 -0400 Subject: [PATCH] maybe stuff --- repolist.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/repolist.tf b/repolist.tf index d729b6c..ec6e7c9 100644 --- a/repolist.tf +++ b/repolist.tf @@ -27,8 +27,4 @@ module "workspace" { reviewers_users = keys(local.collaborators) protected_branches = true custom_branch_policies = false - environment = "default" - branch = { - name = "main" - } }