Skip to content

Commit 7ab7ddd

Browse files
Update Terraform github to v6.10.2
1 parent 5cbaa51 commit 7ab7ddd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

envs/github/main.tf

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

modules/github/global_labels/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
github = {
44
source = "integrations/github"
5-
version = "6.7.1"
5+
version = "6.10.2"
66
}
77
}
88
}

modules/github/release_tools_configs/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
github = {
44
source = "integrations/github"
5-
version = "6.7.1"
5+
version = "6.10.2"
66
}
77
}
88
}

system/github/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
github = {
44
source = "integrations/github"
5-
version = "6.7.1"
5+
version = "6.10.2"
66
}
77
gitlab = {
88
source = "gitlabhq/gitlab"

0 commit comments

Comments
 (0)