python-terrascript/terrascript/tfe/r.py

94 lines
1.4 KiB
Python

# terrascript/tfe/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
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