113 lines
1.9 KiB
Python
113 lines
1.9 KiB
Python
# terrascript/resource/hashicorp/tfe.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:36 UTC)
|
|
import terrascript
|
|
|
|
|
|
class tfe_agent_pool(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_agent_token(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_notification_configuration(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_oauth_client(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_organization(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_organization_membership(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_organization_token(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_policy_set(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_policy_set_parameter(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_registry_module(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_run_trigger(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_sentinel_policy(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_ssh_key(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_team(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_team_access(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_team_member(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_team_members(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_team_organization_member(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_team_token(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_variable(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class tfe_workspace(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"tfe_agent_pool",
|
|
"tfe_agent_token",
|
|
"tfe_notification_configuration",
|
|
"tfe_oauth_client",
|
|
"tfe_organization",
|
|
"tfe_organization_membership",
|
|
"tfe_organization_token",
|
|
"tfe_policy_set",
|
|
"tfe_policy_set_parameter",
|
|
"tfe_registry_module",
|
|
"tfe_run_trigger",
|
|
"tfe_sentinel_policy",
|
|
"tfe_ssh_key",
|
|
"tfe_team",
|
|
"tfe_team_access",
|
|
"tfe_team_member",
|
|
"tfe_team_members",
|
|
"tfe_team_organization_member",
|
|
"tfe_team_token",
|
|
"tfe_variable",
|
|
"tfe_workspace",
|
|
]
|