diff --git a/k3s_cluster_v2/flux.tf b/k3s_cluster_v2/flux.tf index 203ae1e..e9beaff 100644 --- a/k3s_cluster_v2/flux.tf +++ b/k3s_cluster_v2/flux.tf @@ -110,14 +110,6 @@ resource "github_repository" "main" { name = var.repository_name visibility = var.repository_visibility 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" {