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" - } }