Skip to content

Commit 9f4292d

Browse files
authored
Upgrade terraform-provider-github to v6.7.0 (#1024)
This PR was generated via `$ upgrade-provider pulumi/pulumi-github --kind=provider --target-bridge-version=latest --target-version=6.7.0 --allow-missing-docs=true`. --- - Upgrading terraform-provider-github from 6.6.0 to 6.7.0. Fixes #1023
1 parent d807f21 commit 9f4292d

File tree

235 files changed

+28338
-3266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+28338
-3266
lines changed

provider/cmd/pulumi-resource-github/bridge-metadata.json

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
}
6363
}
6464
},
65+
"github_actions_organization_secret_repository": {
66+
"current": "github:index/actionsOrganizationSecretRepository:ActionsOrganizationSecretRepository",
67+
"majorVersion": 6
68+
},
6569
"github_actions_organization_variable": {
6670
"current": "github:index/actionsOrganizationVariable:ActionsOrganizationVariable",
6771
"majorVersion": 6,
@@ -387,6 +391,15 @@
387391
"current": "github:index/organizationBlock:OrganizationBlock",
388392
"majorVersion": 6
389393
},
394+
"github_organization_custom_properties": {
395+
"current": "github:index/organizationCustomProperties:OrganizationCustomProperties",
396+
"majorVersion": 6,
397+
"fields": {
398+
"allowed_values": {
399+
"maxItemsOne": false
400+
}
401+
}
402+
},
390403
"github_organization_custom_role": {
391404
"current": "github:index/organizationCustomRole:OrganizationCustomRole",
392405
"majorVersion": 6,
@@ -400,6 +413,36 @@
400413
"current": "github:index/organizationProject:OrganizationProject",
401414
"majorVersion": 6
402415
},
416+
"github_organization_repository_role": {
417+
"current": "github:index/organizationRepositoryRole:OrganizationRepositoryRole",
418+
"majorVersion": 6,
419+
"fields": {
420+
"permissions": {
421+
"maxItemsOne": false
422+
}
423+
}
424+
},
425+
"github_organization_role": {
426+
"current": "github:index/organizationRole:OrganizationRole",
427+
"majorVersion": 6,
428+
"fields": {
429+
"permissions": {
430+
"maxItemsOne": false
431+
}
432+
}
433+
},
434+
"github_organization_role_team": {
435+
"current": "github:index/organizationRoleTeam:OrganizationRoleTeam",
436+
"majorVersion": 6
437+
},
438+
"github_organization_role_team_assignment": {
439+
"current": "github:index/organizationRoleTeamAssignment:OrganizationRoleTeamAssignment",
440+
"majorVersion": 6
441+
},
442+
"github_organization_role_user": {
443+
"current": "github:index/organizationRoleUser:OrganizationRoleUser",
444+
"majorVersion": 6
445+
},
403446
"github_organization_ruleset": {
404447
"current": "github:index/organizationRuleset:OrganizationRuleset",
405448
"majorVersion": 6,
@@ -704,6 +747,29 @@
704747
"committer_email_pattern": {
705748
"maxItemsOne": true
706749
},
750+
"file_extension_restriction": {
751+
"maxItemsOne": true,
752+
"elem": {
753+
"fields": {
754+
"restricted_file_extensions": {
755+
"maxItemsOne": false
756+
}
757+
}
758+
}
759+
},
760+
"file_path_restriction": {
761+
"maxItemsOne": true,
762+
"elem": {
763+
"fields": {
764+
"restricted_file_paths": {
765+
"maxItemsOne": false
766+
}
767+
}
768+
}
769+
},
770+
"max_file_size": {
771+
"maxItemsOne": true
772+
},
707773
"merge_queue": {
708774
"maxItemsOne": true
709775
},
@@ -1133,6 +1199,15 @@
11331199
}
11341200
}
11351201
},
1202+
"github_organization_custom_properties": {
1203+
"current": "github:index/getOrganizationCustomProperties:getOrganizationCustomProperties",
1204+
"majorVersion": 6,
1205+
"fields": {
1206+
"allowed_values": {
1207+
"maxItemsOne": false
1208+
}
1209+
}
1210+
},
11361211
"github_organization_custom_role": {
11371212
"current": "github:index/getOrganizationCustomRole:getOrganizationCustomRole",
11381213
"majorVersion": 6,
@@ -1160,6 +1235,83 @@
11601235
}
11611236
}
11621237
},
1238+
"github_organization_repository_role": {
1239+
"current": "github:index/getOrganizationRepositoryRole:getOrganizationRepositoryRole",
1240+
"majorVersion": 6,
1241+
"fields": {
1242+
"permissions": {
1243+
"maxItemsOne": false
1244+
}
1245+
}
1246+
},
1247+
"github_organization_repository_roles": {
1248+
"current": "github:index/getOrganizationRepositoryRoles:getOrganizationRepositoryRoles",
1249+
"majorVersion": 6,
1250+
"fields": {
1251+
"roles": {
1252+
"maxItemsOne": false,
1253+
"elem": {
1254+
"fields": {
1255+
"permissions": {
1256+
"maxItemsOne": false
1257+
}
1258+
}
1259+
}
1260+
}
1261+
}
1262+
},
1263+
"github_organization_role": {
1264+
"current": "github:index/getOrganizationRole:getOrganizationRole",
1265+
"majorVersion": 6,
1266+
"fields": {
1267+
"permissions": {
1268+
"maxItemsOne": false
1269+
}
1270+
}
1271+
},
1272+
"github_organization_role_teams": {
1273+
"current": "github:index/getOrganizationRoleTeams:getOrganizationRoleTeams",
1274+
"majorVersion": 6,
1275+
"fields": {
1276+
"teams": {
1277+
"maxItemsOne": false
1278+
}
1279+
}
1280+
},
1281+
"github_organization_role_users": {
1282+
"current": "github:index/getOrganizationRoleUsers:getOrganizationRoleUsers",
1283+
"majorVersion": 6,
1284+
"fields": {
1285+
"users": {
1286+
"maxItemsOne": false
1287+
}
1288+
}
1289+
},
1290+
"github_organization_roles": {
1291+
"current": "github:index/getOrganizationRoles:getOrganizationRoles",
1292+
"majorVersion": 6,
1293+
"fields": {
1294+
"roles": {
1295+
"maxItemsOne": false,
1296+
"elem": {
1297+
"fields": {
1298+
"permissions": {
1299+
"maxItemsOne": false
1300+
}
1301+
}
1302+
}
1303+
}
1304+
}
1305+
},
1306+
"github_organization_security_managers": {
1307+
"current": "github:index/getOrganizationSecurityManagers:getOrganizationSecurityManagers",
1308+
"majorVersion": 6,
1309+
"fields": {
1310+
"teams": {
1311+
"maxItemsOne": false
1312+
}
1313+
}
1314+
},
11631315
"github_organization_team_sync_groups": {
11641316
"current": "github:index/getOrganizationTeamSyncGroups:getOrganizationTeamSyncGroups",
11651317
"majorVersion": 6,

0 commit comments

Comments
 (0)