23 lines
386 B
Python
23 lines
386 B
Python
# terrascript/resource/hashicorp/hcs.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:13 UTC)
|
|
import terrascript
|
|
|
|
|
|
class hcs_cluster(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class hcs_cluster_root_token(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class hcs_snapshot(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"hcs_cluster",
|
|
"hcs_cluster_root_token",
|
|
"hcs_snapshot",
|
|
]
|