python-terrascript/terrascript/resource/hashicorp/hcp.py

58 lines
1.0 KiB
Python

# terrascript/resource/hashicorp/hcp.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:10 UTC)
import terrascript
class hcp_aws_network_peering(terrascript.Resource):
pass
class hcp_aws_transit_gateway_attachment(terrascript.Resource):
pass
class hcp_consul_cluster(terrascript.Resource):
pass
class hcp_consul_cluster_root_token(terrascript.Resource):
pass
class hcp_consul_snapshot(terrascript.Resource):
pass
class hcp_hvn(terrascript.Resource):
pass
class hcp_hvn_peering_connection(terrascript.Resource):
pass
class hcp_hvn_route(terrascript.Resource):
pass
class hcp_vault_cluster(terrascript.Resource):
pass
class hcp_vault_cluster_admin_token(terrascript.Resource):
pass
__all__ = [
"hcp_aws_network_peering",
"hcp_aws_transit_gateway_attachment",
"hcp_consul_cluster",
"hcp_consul_cluster_root_token",
"hcp_consul_snapshot",
"hcp_hvn",
"hcp_hvn_peering_connection",
"hcp_hvn_route",
"hcp_vault_cluster",
"hcp_vault_cluster_admin_token",
]