38 lines
645 B
Python
38 lines
645 B
Python
# terrascript/data/hashicorp/hcs.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:13 UTC)
|
|
import terrascript
|
|
|
|
|
|
class hcs_agent_helm_config(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class hcs_agent_kubernetes_secret(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class hcs_cluster(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class hcs_consul_versions(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class hcs_federation_token(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class hcs_plan_defaults(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"hcs_agent_helm_config",
|
|
"hcs_agent_kubernetes_secret",
|
|
"hcs_cluster",
|
|
"hcs_consul_versions",
|
|
"hcs_federation_token",
|
|
"hcs_plan_defaults",
|
|
]
|