Skip to content

Commit

Permalink
ignore pages directive in github_repository.project
Browse files Browse the repository at this point in the history
  • Loading branch information
imomaliev committed Jun 18, 2022
1 parent b8712b1 commit 33d4ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "github_repository" "project" {
# https://www.terraform.io/language/meta-arguments/lifecycle
lifecycle {
prevent_destroy = true
ignore_changes = [license_template, auto_init]
ignore_changes = [license_template, auto_init, pages]
}
}

Expand Down

0 comments on commit 33d4ada

Please sign in to comment.