Skip to content

Commit 56ffb90

Browse files
committed
[Version] gitub updated. Lifecycle ignore added.
1 parent 31dcbc7 commit 56ffb90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,8 @@ resource "github_team_repository" "team_repository" {
5757
permission = each.value.permission
5858

5959
depends_on = [var.module_depends_on]
60+
61+
lifecycle {
62+
ignore_changes = [etag]
63+
}
6064
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_providers {
99
github = {
1010
source = "integrations/github"
11-
version = ">= 4.0, < 6.0"
11+
version = ">= 4.0, < 8.0"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)