173 lines
3.3 KiB
Python
173 lines
3.3 KiB
Python
# terrascript/resource/hashicorp/github.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:03 UTC)
|
|
import terrascript
|
|
|
|
|
|
class github_actions_environment_secret(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_actions_organization_secret(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_actions_organization_secret_repositories(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_actions_runner_group(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_actions_secret(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_app_installation_repository(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_branch(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_branch_default(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_branch_protection(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_branch_protection_v3(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_issue_label(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_membership(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_organization_block(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_organization_project(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_organization_webhook(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_project_card(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_project_column(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_repository(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_repository_collaborator(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_repository_deploy_key(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_repository_environment(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_repository_file(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_repository_milestone(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_repository_project(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_repository_pull_request(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_repository_webhook(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_team(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_team_membership(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_team_repository(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_team_sync_group_mapping(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_user_gpg_key(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_user_invitation_accepter(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class github_user_ssh_key(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"github_actions_environment_secret",
|
|
"github_actions_organization_secret",
|
|
"github_actions_organization_secret_repositories",
|
|
"github_actions_runner_group",
|
|
"github_actions_secret",
|
|
"github_app_installation_repository",
|
|
"github_branch",
|
|
"github_branch_default",
|
|
"github_branch_protection",
|
|
"github_branch_protection_v3",
|
|
"github_issue_label",
|
|
"github_membership",
|
|
"github_organization_block",
|
|
"github_organization_project",
|
|
"github_organization_webhook",
|
|
"github_project_card",
|
|
"github_project_column",
|
|
"github_repository",
|
|
"github_repository_collaborator",
|
|
"github_repository_deploy_key",
|
|
"github_repository_environment",
|
|
"github_repository_file",
|
|
"github_repository_milestone",
|
|
"github_repository_project",
|
|
"github_repository_pull_request",
|
|
"github_repository_webhook",
|
|
"github_team",
|
|
"github_team_membership",
|
|
"github_team_repository",
|
|
"github_team_sync_group_mapping",
|
|
"github_user_gpg_key",
|
|
"github_user_invitation_accepter",
|
|
"github_user_ssh_key",
|
|
]
|