22 lines
425 B
Python
22 lines
425 B
Python
# terrascript/stackpath/r.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class stackpath_compute_network_policy(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class stackpath_compute_workload(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class stackpath_object_storage_bucket(terrascript.Resource):
|
|
pass
|