File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ $ terraform import -var "import_profile_name=eg-mgmt-gbl-corp-admin" -var-file="
8383| ------| ---------|
8484| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0.0 |
8585| <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.0 |
86- | <a name =" requirement_github " ></a > [ github] ( #requirement\_ github ) | >= 4 .0 |
86+ | <a name =" requirement_github " ></a > [ github] ( #requirement\_ github ) | >= 6 .0 |
8787| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.3 |
8888| <a name =" requirement_tls " ></a > [ tls] ( #requirement\_ tls ) | >= 3.0 |
8989
@@ -92,7 +92,7 @@ $ terraform import -var "import_profile_name=eg-mgmt-gbl-corp-admin" -var-file="
9292| Name | Version |
9393| ------| ---------|
9494| <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.0 |
95- | <a name =" provider_github " ></a > [ github] ( #provider\_ github ) | >= 4 .0 |
95+ | <a name =" provider_github " ></a > [ github] ( #provider\_ github ) | >= 6 .0 |
9696| <a name =" provider_tls " ></a > [ tls] ( #provider\_ tls ) | >= 3.0 |
9797
9898## Modules
Original file line number Diff line number Diff line change @@ -85,9 +85,11 @@ resource "github_branch_protection" "default" {
8585 }
8686 }
8787
88- push_restrictions = var. push_restrictions_enabled ? [
89- join (" " , data. github_user . automation_user [* ]. node_id ),
90- ] : []
88+ restrict_pushes {
89+ push_allowances = var. push_restrictions_enabled ? [
90+ join (" " , data. github_user . automation_user [* ]. node_id ),
91+ ] : []
92+ }
9193}
9294
9395data "github_team" "default" {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ terraform {
88 }
99 github = {
1010 source = " integrations/github"
11- version = " >= 4 .0"
11+ version = " >= 6 .0"
1212 }
1313 tls = {
1414 source = " hashicorp/tls"
You can’t perform that action at this time.
0 commit comments