python-terrascript/terrascript/boundary/r.py

78 lines
1.2 KiB
Python

# terrascript/boundary/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class boundary_account(terrascript.Resource):
pass
class boundary_account_oidc(terrascript.Resource):
pass
class boundary_account_password(terrascript.Resource):
pass
class boundary_auth_method(terrascript.Resource):
pass
class boundary_auth_method_oidc(terrascript.Resource):
pass
class boundary_auth_method_password(terrascript.Resource):
pass
class boundary_credential_library_vault(terrascript.Resource):
pass
class boundary_credential_store_vault(terrascript.Resource):
pass
class boundary_group(terrascript.Resource):
pass
class boundary_host(terrascript.Resource):
pass
class boundary_host_catalog(terrascript.Resource):
pass
class boundary_host_set(terrascript.Resource):
pass
class boundary_managed_group(terrascript.Resource):
pass
class boundary_role(terrascript.Resource):
pass
class boundary_scope(terrascript.Resource):
pass
class boundary_target(terrascript.Resource):
pass
class boundary_user(terrascript.Resource):
pass