python-terrascript/terrascript/rollbar/r.py

38 lines
678 B
Python

# terrascript/rollbar/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class rollbar_pagerduty_integration(terrascript.Resource):
pass
class rollbar_pagerduty_notification_rule(terrascript.Resource):
pass
class rollbar_project(terrascript.Resource):
pass
class rollbar_project_access_token(terrascript.Resource):
pass
class rollbar_team(terrascript.Resource):
pass
class rollbar_team_project_association(terrascript.Resource):
pass
class rollbar_team_user_association(terrascript.Resource):
pass