Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspence committed Feb 2, 2022
1 parent 617fa55 commit 6dd99b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions github.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ resource "github_repository" "repository" {
vulnerability_alerts = true

for_each = local.github_repositories

lifecycle {
ignore_changes = [
# Workaround for integrations/terraform-provider-github#1037.
branches,
]
}
}

resource "github_repository_deploy_key" "deploy_key" {
Expand Down

0 comments on commit 6dd99b7

Please sign in to comment.