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 31dcbc7 commit 56ffb90Copy full SHA for 56ffb90
main.tf
@@ -57,4 +57,8 @@ 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
}
versions.tf
@@ -8,7 +8,7 @@ terraform {
8
required_providers {
9
github = {
10
source = "integrations/github"
11
- version = ">= 4.0, < 6.0"
+ version = ">= 4.0, < 8.0"
12
13
14
0 commit comments