23 lines
480 B
Python
23 lines
480 B
Python
# terrascript/resource/stackpath/stackpath.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:49 UTC)
|
|
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
|
|
|
|
|
|
__all__ = [
|
|
"stackpath_compute_network_policy",
|
|
"stackpath_compute_workload",
|
|
"stackpath_object_storage_bucket",
|
|
]
|