We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ffb90 commit 6388199Copy full SHA for 6388199
main.tf
@@ -57,8 +57,4 @@ resource "github_team_repository" "team_repository" {
57
permission = each.value.permission
58
59
depends_on = [var.module_depends_on]
60
-
61
- lifecycle {
62
- ignore_changes = [etag]
63
- }
64
}
0 commit comments