mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-07 02:07:02 +00:00
fix: unused argument, bug was fixed
This commit is contained in:
parent
bf506d9816
commit
bafd0778d2
1 changed files with 0 additions and 8 deletions
|
|
@ -110,14 +110,6 @@ resource "github_repository" "main" {
|
||||||
name = var.repository_name
|
name = var.repository_name
|
||||||
visibility = var.repository_visibility
|
visibility = var.repository_visibility
|
||||||
auto_init = true
|
auto_init = true
|
||||||
|
|
||||||
lifecycle {
|
|
||||||
ignore_changes = [
|
|
||||||
# Ignored until this issue is resolved:
|
|
||||||
# https://github.com/integrations/terraform-provider-github/issues/1037
|
|
||||||
branches,
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "github_branch_default" "main" {
|
resource "github_branch_default" "main" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue